-
ClassDescriptionThis will be phased out eventually. TODO remove this when possible.Use
HeliotropicSatellite
instead. TODO Remove this when possible.UseBillboardDataset
instead.UseHeliotropicOrbitCoordinates
instead.
-
FieldDescriptionDo not use, this field is for testing only and is likely to be removed. Sets the
IntMesh.VertexDataType
to be used when gles 3 is not available, defaults toIntMesh.VertexDataType.VertexArray
.Replaced byAtmosphereShader.Config.defaultCullFace
Set to 0 to disable cullingReplaced byAtmosphereShader.Config.defaultDepthFunc
Set to 0 to disable depth testReplaced byDefaultIntShader.Config.defaultCullFace
Set to 0 to disable cullingReplaced byDefaultIntShader.Config.defaultDepthFunc
Set to 0 to disable depth test
-
MethodDescriptionuse
MaterialComponent.setDiffuse(String)
insteaduseMaterialComponent.setEmissive(String)
insteaduseMaterialComponent.setMetallic(String)
insteadUseIScriptingInterface.getFrameOutputFps()
instead.UseIScriptingInterface.isFrameOutputActive()
instead.UseIScriptingInterface.setCameraPosition(double[])
instead.This does not work well!Mantis 14225, deprecated August 2, 2012. UseAttitudeUtils.findLeftIndex(long, long[], int)
. Remove by GT 18.0.Use the getCornerXYZ methods insteadUseBoundingBoxd.getDimensions(Vector3d)
insteadUseBoundingBoxd.getMax(Vector3d)
insteadUseBoundingBoxd.getMin(Vector3d)
instead.UseRayd.getEndPoint(Vector3d, float)
instead. Returns the endpoint given the distance. This is calculated as startpoint + distance * direction.Replaced byStdRandom.uniform()
.
JsonLoader
.