If you get this error on each frame then you have probably moved the camera to the same position as the object (camera.z = 0). Change it a bit and the error should be fixed.
One Reply to “Papervision3d – ERROR: lookAt error”
Comments are closed.
If you get this error on each frame then you have probably moved the camera to the same position as the object (camera.z = 0). Change it a bit and the error should be fixed.
Comments are closed.
write
super(stage.stageWidth, stage.stageHeight, true, false, CameraType.FREE);
library: import org.papervision3d.cameras.CameraType;
It’s work camera.z = 0