|
@@ -28,7 +28,7 @@ rendering implementation. </li>
|
|
|
<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
|
|
|
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,
|
|
|
allowing the engine to track when the Java object counterpart is garbage collected
|
|
|
and then delete the native object counterpart from the renderer.</li>
|