Skip to content
Snippets Groups Projects
Commit 7e006216 authored by Simon Barner's avatar Simon Barner
Browse files

GREEN

parent 5cc2d5a1
No related branches found
No related tags found
No related merge requests found
Graph3DViewObject.java 8b0f50b524b427c02ac00b4c0c76f7fafbace938 YELLOW
Graph3DViewObject.java 010ebe712db1305fe85f8349431bfcdcc21ac7b9 GREEN
ViewObjectBase.java 2fbcf09f17655c06abffaeb00dbc558e711404eb GREEN
......@@ -225,9 +225,9 @@ public class Graph3DViewObject extends ViewObjectBase {
saveMatrix();
moveTo(p.getPosition());
scale(SCALING_FACTOR_POINT, SCALING_FACTOR_POINT, SCALING_FACTOR_POINT);
float radius = 0.2f;
int nrOfSlices = 9;
int nrOfStacks = 4;
final float radius = 0.2f;
final int nrOfSlices = 9;
final int nrOfStacks = 4;
SPHERE.draw(radius, nrOfSlices, nrOfStacks);
restoreMatrix();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment