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.povray   
 

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<TriangleXYZWithNormals> triangles)
           
 

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<TriangleXYZWithNormals> triangles)
           
 

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<TriangleXYZWithNormals> triangles)
           
 void POVRayTarget.drawTrianglesWithNormals(Material material, Collection<TriangleXYZWithNormals> triangles, boolean asMesh)