changed 3D rendering
added pan/zoom gesture
This commit is contained in:
@@ -47,8 +47,6 @@ static float cube_normals[] = {
|
||||
};
|
||||
|
||||
|
||||
//static Shader* shader = nullptr;
|
||||
|
||||
Cube::Cube(Point3 pos, float size) : pos(pos), size(size,size,size), rot(0,0,0) {
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user