0.3 Rotate axis
This commit is contained in:
@@ -20,7 +20,7 @@ const float Z = 0.1;
|
||||
#define G X, Y,-Z,
|
||||
#define H X, Y, Z,
|
||||
|
||||
float axis[] =
|
||||
float d_axis[] =
|
||||
{
|
||||
3*3*2*6,
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
#define G 1, 1,-1,
|
||||
#define H 1, 1, 1,
|
||||
|
||||
float cube[] =
|
||||
float d_cube[] =
|
||||
{
|
||||
3*3*2*6,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user