diff options
Diffstat (limited to 'model.6.txt')
-rw-r--r-- | model.6.txt | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/model.6.txt b/model.6.txt new file mode 100644 index 0000000..f91527d --- /dev/null +++ b/model.6.txt @@ -0,0 +1,18 @@ +p x y z [w] +n x y z +t u v +c r g b [a] +v pᵢ [nᵢ|-] [tᵢ|-] [cᵢ|-] + +T x y z +prim nverts vᵢ... [Tᵢ|-] [mtlname] + +mtl name { + ambient: r g b [a] + diffuse: r g b [a] + specular: r g b [a] + shininess: n + diffusemap: path + specularmap: path + normals: path +} |