API reference
Every public class, method, and event in @codexo/exojs. Generated from source.
interfaceDrawGeometryOptions
@codexo/exojs / rendering / stable
Options for RenderingContext.drawGeometry.
3
props
0
methods
0
events
Import
import { DrawGeometryOptions } from '@codexo/exojs'Options for RenderingContext.drawGeometry.
Properties3
Custom look (shader / uniforms / textures / blend mode) for this draw. Must target 'mesh'. Defaults to the standard mesh material (vertex colors, optional texture), so an untextured colored geometry needs no material.
Tint multiplied into the geometry's vertex colors. Defaults to white (no tint).
Override the view used for this draw. Defaults to the context's active camera.
Source