API reference
Every public class, method, and event in @codexo/exojs. Generated from source.
interfaceMeshParticlesOptions
@codexo/exojs-particles / particles / stable
Construction options for MeshParticles.
1
props
0
methods
0
events
Import
import { MeshParticlesOptions } from '@codexo/exojs-particles'Construction options for MeshParticles.
Properties1
The shape one particle draws, in system-local units before the per-particle scale and rotation are applied. Its position attribute (a_position/position) supplies the vertex positions and its texcoord attribute (a_texcoord/texcoord/a_uv/uv) the UVs. See MeshParticles for what a geometry without the latter renders as, and for how to make a mutation take effect.
Source