API reference

Every public class, method, and event in @codexo/exojs. Generated from source.

I

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.
Source