three-d ~master (2015-01-13T18:29:31Z)
Dub
Repo
VertexData
three
scene
Undocumented in source.
struct
VertexData {
Position
position
;
Normal
normal
;
Color
color
;
TextureCoordinate
textureCoordinate
;
}
Members
Variables
color
Color
color
;
Undocumented in source.
normal
Normal
normal
;
Undocumented in source.
position
Position
position
;
Undocumented in source.
textureCoordinate
TextureCoordinate
textureCoordinate
;
Undocumented in source.
Meta
Source
See Implementation
three
scene
aliases
IndexData
functions
loadModelData
structs
Color
InstanceData
InstanceDescriptor
Matrix4
MeshData
MeshDescriptor
ModelData
ModelDescriptor
Normal
Position
Scene
TextureCoordinate
VertexData