A canvas where the renderer draws its output.
If true, the renderer will not render any new frames.
false
Frees the GPU-related resources allocated by this instance. Call this method whenever this instance is no longer used in your app.
Render a single frame.
Use this inside the requestAnimationFrame
.
Set the camera to be used by this renderer.
New camera to be used.
Resizes the output canvas to (width, height), and also sets the viewport to fit that size, starting in (0, 0).
Optional
updateStyle: booleanGenerated using TypeDoc
The
renderer
is class that handles the rendering of the scene. This is a low-level class that features the actual rendering logic.Write your own render method to change the look and feel of the scene.