t3d. RenderInfo

Render info collector. If you want to collect information about the rendering of this frame, pass an instance of RenderInfo to RenderOption when calling renderRenderableList.

Constructor

new RenderInfo()

Members

render :Object

A series of statistical information of rendering process, include calls, triangles, lines and points.
Type:
  • Object

Methods

reset()

Reset the render info. Call this method whenever you have finished to render a single frame.