@rbxts/a-plant-generator - v0.2.0
GitHub
npm
Preparing search index...
index
MeshData
Interface MeshData
Renderer-neutral indexed triangle mesh.
interface
MeshData
{
bounds
:
Bounds3
;
colors
?:
readonly
VertexColor
[]
;
materialGroups
:
readonly
MaterialGroup
[]
;
normals
:
readonly
Vec3
[]
;
tangents
?:
readonly
Vec3
[]
;
triangleIndices
:
readonly
number
[]
;
uvs
:
readonly
Vec2
[]
;
vertexTags
?:
readonly
string
[]
;
vertices
:
readonly
Vec3
[]
;
}
Index
Properties
bounds
colors?
material
Groups
normals
tangents?
triangle
Indices
uvs
vertex
Tags?
vertices
Properties
Readonly
bounds
bounds
:
Bounds3
Optional
Readonly
colors
colors
?:
readonly
VertexColor
[]
Readonly
material
Groups
materialGroups
:
readonly
MaterialGroup
[]
Readonly
normals
normals
:
readonly
Vec3
[]
Optional
Readonly
tangents
tangents
?:
readonly
Vec3
[]
Readonly
triangle
Indices
triangleIndices
:
readonly
number
[]
Readonly
uvs
uvs
:
readonly
Vec2
[]
Optional
Readonly
vertex
Tags
vertexTags
?:
readonly
string
[]
Readonly
vertices
vertices
:
readonly
Vec3
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
bounds
colors
material
Groups
normals
tangents
triangle
Indices
uvs
vertex
Tags
vertices
GitHub
npm
@rbxts/a-plant-generator - v0.2.0
Loading...
Renderer-neutral indexed triangle mesh.