From 0ae5be6c6697f5f5f578a27c5ad9ba845aec43c9 Mon Sep 17 00:00:00 2001 From: Charles Date: Sat, 9 May 2020 21:31:30 +0200 Subject: Added basic vector and matrix library --- res/cube.mtl | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 res/cube.mtl (limited to 'res/cube.mtl') diff --git a/res/cube.mtl b/res/cube.mtl new file mode 100644 index 0000000..e8374a5 --- /dev/null +++ b/res/cube.mtl @@ -0,0 +1,12 @@ +# Blender MTL File: 'None' +# Material Count: 1 + +newmtl Material +Ns 323.999994 +Ka 1.000000 1.000000 1.000000 +Kd 0.800000 0.800000 0.800000 +Ks 0.500000 0.500000 0.500000 +Ke 0.000000 0.000000 0.000000 +Ni 1.450000 +d 1.000000 +illum 2 -- cgit