2024-04-01

This commit is contained in:
2024-04-01 20:11:09 +09:00
parent a2349837be
commit c4291c2746
26 changed files with 464 additions and 34 deletions

31
doc/04_3d.md Normal file
View File

@@ -0,0 +1,31 @@
# 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