From 29f9921b919497be4d652ce963c8afbb2c1cd1e7 Mon Sep 17 00:00:00 2001 From: sanine Date: Sat, 26 Nov 2022 23:33:32 -0600 Subject: implement basic matrix parsing --- example/white-cube.dae | 126 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 126 insertions(+) create mode 100644 example/white-cube.dae (limited to 'example') diff --git a/example/white-cube.dae b/example/white-cube.dae new file mode 100644 index 0000000..ddd1543 --- /dev/null +++ b/example/white-cube.dae @@ -0,0 +1,126 @@ + + + + 2005-11-14T02:16:38Z + 2005-11-15T11:36:38Z + 1.0 + + + + + + + + 1.0 1.0 1.0 1.0 + + + 1.0 1.0 1.0 1.0 + + + 1.0 1.0 1.0 1.0 + + + 1.0 1.0 1.0 1.0 + + + 20.0 + + + 1.0 1.0 1.0 1.0 + + + 0.5 + + + 1.0 1.0 1.0 1.0 + + + 1.0 + + + + + + + + + + + + + + + + + -0.5 0.5 0.5 + 0.5 0.5 0.5 + -0.5 -0.5 0.5 + 0.5 -0.5 0.5 + -0.5 0.5 -0.5 + 0.5 0.5 -0.5 + -0.5 -0.5 -0.5 + 0.5 -0.5 -0.5 + + + + + + + + + + + + 1.0 0.0 0.0 + -1.0 0.0 0.0 + 0.0 1.0 0.0 + 0.0 -1.0 0.0 + 0.0 0.0 1.0 + 0.0 0.0 -1.0 + + + + + + + + + + + + + + + +

0 4 2 4 3 4 1 4

+

0 2 1 2 5 2 4 2

+

6 3 7 3 3 3 2 3

+

0 1 4 1 6 1 2 1

+

3 0 7 0 5 0 1 0

+

5 5 7 5 6 5 4 5

+
+
+
+
+ + + + 0 0 0 + 0 0 1 0 + 0 1 0 0 + 1 0 0 0 + 1 1 1 + + + + + + + + + + + + + +
-- cgit v1.2.1