Added surface selector, made faces reflect G3D faces
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
#ifndef FACES_H
|
||||
#define FACES_H
|
||||
#define TOP 0
|
||||
#define BOTTOM 1
|
||||
#define LEFT 2
|
||||
#define RIGHT 3
|
||||
#define FRONT 4
|
||||
#define BACK 5
|
||||
#define TOP 3
|
||||
#define BOTTOM 5
|
||||
#define LEFT 1
|
||||
#define RIGHT 4
|
||||
#define FRONT 0
|
||||
#define BACK 2
|
||||
#endif
|
||||
Reference in New Issue
Block a user