first question here. Apologies if it's already been answered - I couldn't find anything through Google or on here.
My game is a space sim (with realistic inertia, continuous rotation unless stopped etc) which requires a vast, vast playable area. What is happening is that when my ship flies too far away from its starting location (around 1,000,000 in terms of Matrix.Translation's measurements) the ship or camera starts to rotate erratically. When I pay closer attention, even as soon as it starts moving from its start location there are tiny anomalies (literally one changing pixel in the edge of the 3D model for example, but the ship should be completely stationary (it has no animations) in relation to the camera. Originally I had similar problems with continuous changes to rotation causing the ship's matrix to become non orthogonal, but I solved that by converting to a quaternion for normalising purposes, then back to matrix. This problem does not seem related, and my experience at 3D programming is minimal.
Not sure which bits of code you would want to see, but I will paste them in if requested. Am I going about this the wrong way - should I have the solar system move around the ship as apposed to the ship moving around the solar system? At a loss. Please help.
Phil