32 lines
346 B
Markdown
32 lines
346 B
Markdown
# 3D
|
|
|
|
## Shape3D < Node
|
|
|
|
## MeshView < Shape3D
|
|
|
|
## Box < Shape3D
|
|
|
|
## Cylinder < Shape3D
|
|
|
|
## Sphere < Shape3D
|
|
|
|
## Mesh
|
|
|
|
## TriangleMesh
|
|
|
|
## PerspectiveCamera
|
|
|
|
## PointLight
|
|
|
|
## AmbientLight
|
|
|
|
## PhongMaterial < Material
|
|
* diffuse color
|
|
* diffuse map
|
|
* specular map
|
|
* specular color
|
|
* specular power
|
|
* bump map / normal map
|
|
* self-illumination map
|
|
|