Commit 9f572c13 by wester

Update

parent 63e925bc
...@@ -45,7 +45,7 @@ void setupFrameBuffer(); ...@@ -45,7 +45,7 @@ void setupFrameBuffer();
void reshapeFunction(int width, int height); void reshapeFunction(int width, int height);
void printVector(glm::vec3 vector); void printVector(glm::vec3 vector);
float degreeToRadioan(float degree); float degreeToRadian(float degree);
struct pntsHeader { struct pntsHeader {
......
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
{ {
"transform": [ "transform": [
1.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0,
0.0, 1.0, 0.0, 0.0, 0.0, 1.0, 0.0, 50.0,
0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 1.0, 0.0,
0.0, 0.0, 0.0, 1.0 0.0, 0.0, 0.0, 1.0
], ],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment