Constructor
new QuadMesh( material : Material )
Constructs a new quad mesh.
| material |
The material to render the quad mesh with. Default is |
Properties
.camera : OrthographicCamera (readonly)
The camera to render the quad mesh with.
.isQuadMesh : boolean (readonly)
This flag can be used for type testing.
Default is true.
Methods
.render( renderer : Renderer )
Renders the quad mesh
| renderer |
The renderer. |
.renderAsync( renderer : Renderer ) : Promise (async)
Async version of render().
| renderer |
The renderer. |
- Deprecated: Yes
- Returns: A Promise that resolves when the render has been finished.