GLObject/GLObjectManager -> NativeObject/NativeObjectManager in docs
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9348 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
This commit is contained in:
parent
96e20aad8d
commit
f6ea856f9e
@ -28,7 +28,7 @@ rendering implementation. </li>
|
|||||||
<li>The {@link com.jme3.renderer.Statistics} class is updated in real time
|
<li>The {@link com.jme3.renderer.Statistics} class is updated in real time
|
||||||
by the Renderer, and is used to find out various statistics about
|
by the Renderer, and is used to find out various statistics about
|
||||||
the rendering</li>
|
the rendering</li>
|
||||||
<li>The {@link com.jme3.renderer.GLObjectManager} and {@link com.jme3.renderer.GLObject} classes
|
<li>The {@link com.jme3.util.NativeObjectManager} and {@link com.jme3.util.NativeObject} classes
|
||||||
provide a link between the renderer's native objects and Java's garbage collected objects,
|
provide a link between the renderer's native objects and Java's garbage collected objects,
|
||||||
allowing the engine to track when the Java object counterpart is garbage collected
|
allowing the engine to track when the Java object counterpart is garbage collected
|
||||||
and then delete the native object counterpart from the renderer.</li>
|
and then delete the native object counterpart from the renderer.</li>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user