From e1aef23e989eb073619652d85a61ac6f3e44428a Mon Sep 17 00:00:00 2001 From: epoch Date: Tue, 19 Dec 2017 04:50:20 -0600 Subject: updated triable based cube mesh to have colors. and made the coordinates pretty aligned. :P --- meshes/cube.hackvr | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/meshes/cube.hackvr b/meshes/cube.hackvr index 925646b..58ac42e 100644 --- a/meshes/cube.hackvr +++ b/meshes/cube.hackvr @@ -1,13 +1,13 @@ -cube addtriangle -3 0 -3 -3 6 -3 -3 0 -3 -cube addtriangle 3 6 3 3 6 -3 3 6 3 -cube addtriangle 3 6 3 -3 6 3 3 6 3 -cube addtriangle 3 6 3 3 0 3 3 6 3 -cube addtriangle -3 0 3 -3 6 3 -3 0 3 -cube addtriangle -3 6 -3 -3 6 3 -3 6 -3 -cube addtriangle -3 6 -3 3 6 -3 -3 6 -3 -cube addtriangle 3 0 -3 3 6 -3 3 0 -3 +cube addshape 0 3 -3 0 -3 -3 6 -3 -3 0 -3 +cube addshape 1 3 3 6 3 3 6 -3 3 6 3 +cube addshape 2 3 3 6 3 -3 6 3 3 6 3 +cube addshape 3 3 3 6 3 3 0 3 3 6 3 +cube addshape 4 3 -3 0 3 -3 6 3 -3 0 3 +cube addshape 5 3 -3 6 -3 -3 6 3 -3 6 -3 +cube addshape 6 3 -3 6 -3 3 6 -3 -3 6 -3 +cube addshape 7 3 3 0 -3 3 6 -3 3 0 -3 -cube addtriangle -3 0 3 3 0 3 -3 0 3 -cube addtriangle 3 0 3 3 0 -3 3 0 3 -cube addtriangle 3 0 -3 -3 0 -3 3 0 -3 -cube addtriangle -3 0 -3 -3 0 3 -3 0 -3 +cube addshape 1 3 -3 0 3 3 0 3 -3 0 3 +cube addshape 2 3 3 0 3 3 0 -3 3 0 3 +cube addshape 3 3 3 0 -3 -3 0 -3 3 0 -3 +cube addshape 4 3 -3 0 -3 -3 0 3 -3 0 -3 -- cgit v1.2.3