Uses of Package
org.osm2world.core.target.common

Packages that use org.osm2world.core.target.common
org.osm2world.core.target export targets for the generated models 
org.osm2world.core.target.common   
org.osm2world.core.target.common.material   
org.osm2world.core.target.jogl   
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 
org.osm2world.core.target.statistics   
 

Classes in org.osm2world.core.target.common used by org.osm2world.core.target
RenderableToPrimitiveTarget
           
 

Classes in org.osm2world.core.target.common used by org.osm2world.core.target.common
AbstractTarget
          superclass for Target implementations that defines some of the required methods using others.
FaceTarget
          a target that relies on faces to represent geometry.
FaceTarget.Face
          mutable representation of a face
FaceTarget.IsolatedTriangle
           
Primitive.Type
           
PrimitiveTarget
          superclass for targets that are based on OpenGL primitives.
TextureData.Wrap
           
 

Classes in org.osm2world.core.target.common used by org.osm2world.core.target.common.material
TextureData
          a texture with all information necessary for applying it to an object that has texture coordinates
 

Classes in org.osm2world.core.target.common used by org.osm2world.core.target.jogl
AbstractTarget
          superclass for Target implementations that defines some of the required methods using others.
Primitive
           
Primitive.Type
           
PrimitiveTarget
          superclass for targets that are based on OpenGL primitives.
RenderableToPrimitiveTarget
           
 

Classes in org.osm2world.core.target.common used by org.osm2world.core.target.obj
AbstractTarget
          superclass for Target implementations that defines some of the required methods using others.
FaceTarget
          a target that relies on faces to represent geometry.
RenderableToPrimitiveTarget
           
 

Classes in org.osm2world.core.target.common used by org.osm2world.core.target.povray
AbstractTarget
          superclass for Target implementations that defines some of the required methods using others.
 

Classes in org.osm2world.core.target.common used by org.osm2world.core.target.statistics
AbstractTarget
          superclass for Target implementations that defines some of the required methods using others.
Primitive.Type
           
PrimitiveTarget
          superclass for targets that are based on OpenGL primitives.
RenderableToPrimitiveTarget