Class OGLProfilingInfo
java.lang.Object
org.web3d.browser.AbstractProfilingInfo
org.web3d.vrml.renderer.ogl.browser.OGLProfilingInfo
- All Implemented Interfaces:
ProfilingInfo
Timing data for profiling the performance of different rendering stages.
- Version:
- $Revision: 1.1 $
- Author:
- Rex Melton
-
Field Summary
Fields inherited from class org.web3d.browser.AbstractProfilingInfo
sceneCullTime, sceneDrawTime, sceneRenderTime, sceneSortTime
-
Constructor Summary
ConstructorsConstructorDescriptionOGLProfilingInfo
(org.j3d.aviatrix3d.rendering.ProfilingData data) Constructor -
Method Summary
Methods inherited from class org.web3d.browser.AbstractProfilingInfo
getSceneCullTime, getSceneDrawTime, getSceneRenderTime, getSceneSortTime
-
Constructor Details
-
OGLProfilingInfo
public OGLProfilingInfo(org.j3d.aviatrix3d.rendering.ProfilingData data) Constructor- Parameters:
data
-
-