Skip to content
Snippets Groups Projects
Commit 1058430c authored by Johannes Eder's avatar Johannes Eder
Browse files

changed point colors

refs 1293
parent 614f47d2
No related branches found
No related tags found
No related merge requests found
......@@ -39,6 +39,8 @@ public class Graphics3DModelElementFactory {
public static final Color3D GREEN = color(0, 1.0f, 0);
/** Blue color. */
public static final Color3D BLUE = color(0, 0, 1.0f);
/** Light blue color. */
public static final Color3D LIGHT_BLUE = color(0.52f, 0.80f, 0.98f);
/** White color. */
public static final Color3D WHITE = color(1.0f, 1.0f, 1.0f);
/** Grey color. */
......
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