Type aliases
Params
Variables
Const Params
Type declaration
material: <internal>.Group<Normalize<{ bumpiness: number; metalness: number; roughness: number }>>
quality: <internal>.Select<"auto" | "medium" | "high" | "low" | "custom" | "highest" | "higher" | "lower" | "lowest">
Const Utils
Functions
create
- create(fontTexture: TextureImage<Uint8Array>, centers: Float32Array, mappings: Float32Array, depths: Float32Array, indices: Uint32Array, groups: Float32Array, tcoords: Float32Array, charCount: number, text?: <internal>.Text): <internal>.Text
Parameters
fontTexture: TextureImage<Uint8Array>
centers: Float32Array
mappings: Float32Array
depths: Float32Array
indices: Uint32Array
groups: Float32Array
tcoords: Float32Array
charCount: number
createEmpty
Parameters