Uses of Class
org.osm2world.core.math.TriangleXYZWithNormals

Packages that use TriangleXYZWithNormals
org.osm2world.core.math.algorithms   
org.osm2world.core.target export targets for the generated models 
org.osm2world.core.target.common   
org.osm2world.core.target.obj target that creates Wavefront .obj and .mtl files 
org.osm2world.core.target.povray target that creates .pov files for the POVRay raytracer 
 

Uses of TriangleXYZWithNormals in org.osm2world.core.math.algorithms
 

Methods in org.osm2world.core.math.algorithms that return types with arguments of type TriangleXYZWithNormals
static Collection<TriangleXYZWithNormals> NormalCalculationUtil.calculateTrianglesWithNormals(Collection<TriangleXYZ> triangles)
          calculates normals for vertices that are shared by multiple triangles.
 

Uses of TriangleXYZWithNormals in org.osm2world.core.target
 

Method parameters in org.osm2world.core.target with type arguments of type TriangleXYZWithNormals
 void Target.drawTrianglesWithNormals(Material material, Collection<? extends TriangleXYZWithNormals> triangles, List<List<VectorXZ>> texCoordLists)
          draws triangles with explicitly defined normal vectors.
 

Uses of TriangleXYZWithNormals in org.osm2world.core.target.common
 

Method parameters in org.osm2world.core.target.common with type arguments of type TriangleXYZWithNormals
 void PrimitiveTarget.drawTrianglesWithNormals(Material material, Collection<? extends TriangleXYZWithNormals> triangles, List<List<VectorXZ>> texCoordLists)
           
 void FaceTarget.drawTrianglesWithNormals(Material material, Collection<? extends TriangleXYZWithNormals> triangles, List<List<VectorXZ>> texCoordLists)
           
 

Uses of TriangleXYZWithNormals in org.osm2world.core.target.obj
 

Method parameters in org.osm2world.core.target.obj with type arguments of type TriangleXYZWithNormals
 void ObjTarget.drawTrianglesWithNormals(Material material, Collection<? extends TriangleXYZWithNormals> triangles, List<List<VectorXZ>> texCoordLists)
           
 

Uses of TriangleXYZWithNormals in org.osm2world.core.target.povray
 

Method parameters in org.osm2world.core.target.povray with type arguments of type TriangleXYZWithNormals
 void POVRayTarget.drawTrianglesWithNormals(Material material, Collection<? extends TriangleXYZWithNormals> triangles, List<List<VectorXZ>> texCoordLists)