Deprecated API
Contents
-
Deprecated Classes
-
Deprecated FieldsFieldDescriptionDo not use, this field is for testing only and is likely to be removed. Sets the
IntMesh.VertexDataTypeto be used when gles 3 is not available, defaults toIntMesh.VertexDataType.VertexArray.Not used anymore.
-
Deprecated MethodsMethodDescriptionWe determine the shadow values automatically now.Use {
Trajectory.setBodyRepresentation(String)} instead.Use {Trajectory.setBodyRepresentation(String)} instead.UseBillboardDataset.setMaxSize(Double)instead.UseBillboardDataset.setMaxSizes(double[])instead.useMaterialComponent.setDiffuse(String)insteaduseMaterialComponent.setEmissive(String)insteaduseMaterialComponent.setMetallic(String)insteadUseIScriptingInterface.getFrameOutputFps()instead.UseIScriptingInterface.getStarBaseOpacity()instead.UseIScriptingInterface.getPointSize()instead.UseIScriptingInterface.isFrameOutputActive()instead.The controls window is part of the old UI. UseIScriptingInterface.expandUIPane(String)instead.The controls window is part of the old UI. UseIScriptingInterface.collapseUIPane(String)instead.UseIScriptingInterface.setCameraPosition(double[])instead.UseIScriptingInterface.setCamcorderFps(double)instead.The controls window is now deprecated in favour of the new UI.UseIScriptingInterface.setStarGlowOverObjects(boolean)instead.UseIScriptingInterface.setStarBaseOpacity(float)instead.UseIScriptingInterface.setPointSize(float)instead.Not used anymore.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 insteadUseBoundingBoxDouble.getDimensions(Vector3D)insteadUseBoundingBoxDouble.getMax(Vector3D)insteadUseBoundingBoxDouble.getMin(Vector3D)instead.UseRayDouble.getEndPoint(Vector3D, float)instead. Returns the endpoint given the distance. This is calculated as startpoint + distance * direction.Replaced byStdRandom.uniform().