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

GREEN

refs 3373
parent b62e2e53
No related branches found
No related tags found
No related merge requests found
Light.java c8f4ab5999b0e1b4bae3af58dff50fd2b5374521 YELLOW
Light.java c8f4ab5999b0e1b4bae3af58dff50fd2b5374521 GREEN
Light3DLight.java 8471120e5c7c1f19f52e4052e324884d8d8a01f4 GREEN
ColorUtil.java 0eced71852172ba1bb4b3ab9c2a0371665ac209b GREEN
FloatBufferUtils.java c1b35aa2e32d25d12780d7b552333cfb7d84c4d8 GREEN
GLPrimitives.java 098d95dc842de55e17c0f43d674845a5862c927a YELLOW
Graph3DUtil.java 22455f060d5f0866d0fd0e1ba512bf3d4139495b YELLOW
GLPrimitives.java 098d95dc842de55e17c0f43d674845a5862c927a GREEN
Graph3DUtil.java 8e29b28ea3ac107a237274fcd237164f1c6994ca GREEN
......@@ -135,7 +135,7 @@ public class Graph3DUtil {
try {
List<String> objData = getStringContentFromResource(PLUGIN_ID, modelPath + ".obj");
List<String> mtlData = getStringContentFromResource(PLUGIN_ID, modelPath + ".mtl");
// we assume that the object file contains at least one object and and all but the
// we assume that the object file contains at least one object and all but the
// first one are ignored
return new OBJLoaderUtil(objData, mtlData).getLoadedObjects().get(0);
} catch(Exception ex) {
......
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