karimall72
Results
1
issues of
karimall72
Hello, I want to generate a simple polyhedron (L shape) with the following code: List listPoint = new ArrayList(); listPoint.add(Vector3d.xyz(0, 10, 0)); listPoint.add(Vector3d.xyz(2, 10, 0)); listPoint.add(Vector3d.xyz(2, 5, 0)); listPoint.add(Vector3d.xyz(10, 5,...