Skip to content
Snippets Groups Projects
Commit 8e81dddc authored by Brutzman, Don's avatar Brutzman, Don
Browse files

capitalization

parent f6ed2edc
No related branches found
No related tags found
No related merge requests found
......@@ -89,7 +89,7 @@ public class PduPlayer {
// -------------------- Begin Variables for X3D autogenerated code
private X3dCreateInterpolators x3dInterpolators = new X3dCreateInterpolators();
private X3dCreateLineSet x3dLineSet = new X3dCreateLineSet();
private byte[] globalByteBufferForX3dInterPolators = null;
private byte[] globalByteBufferForX3dInterpolators = null;
// -------------------- End Variables for X3D autogenerated code
/**
......@@ -365,9 +365,9 @@ public class PduPlayer {
System.out.println("Sent PDU: " + pduType);
// Add Points to X3D Components
// globalByteBufferForX3dInterPolators = bufferShort.clone();
// x3dInterpolators.addPointsToMap(globalByteBufferForX3dInterPolators); // gets cloned again
// x3dLineSet.addPointsToMap(globalByteBufferForX3dInterPolators); // gets cloned again
// globalByteBufferForX3dInterpolators = bufferShort.clone();
// x3dInterpolators.addPointsToMap(globalByteBufferForX3dInterpolators); // gets cloned again
// x3dLineSet.addPointsToMap(globalByteBufferForX3dInterpolators); // gets cloned again
}
break;
......
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