0.3 Rotate axis

This commit is contained in:
PedroEdiaz
2024-09-06 05:08:07 +06:00
parent 0f387f8a71
commit 6161d310bc
8 changed files with 35 additions and 36 deletions

View File

@@ -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,

View File

@@ -7,7 +7,7 @@
#define G 1, 1,-1,
#define H 1, 1, 1,
float cube[] =
float d_cube[] =
{
3*3*2*6,