Uses of Class
espresso3d.engine.lowlevel.E3DTextureSortedObjectMap

Packages that use E3DTextureSortedObjectMap
espresso3d.engine.world.sector.actor   
espresso3d.engine.world.sector.particle   
 

Uses of E3DTextureSortedObjectMap in espresso3d.engine.world.sector.actor
 

Methods in espresso3d.engine.world.sector.actor that return E3DTextureSortedObjectMap
 E3DTextureSortedObjectMap E3DActor.getTextureSortedTriangleMap()
           
 

Methods in espresso3d.engine.world.sector.actor with parameters of type E3DTextureSortedObjectMap
 void E3DActor.setTextureSortedTriangleMap(E3DTextureSortedObjectMap textureSortedTriangleMap)
           
 

Uses of E3DTextureSortedObjectMap in espresso3d.engine.world.sector.particle
 

Methods in espresso3d.engine.world.sector.particle that return E3DTextureSortedObjectMap
 E3DTextureSortedObjectMap E3DParticleSystem.getTextureSortedQuadMap()
          Get the list of particle's quads sorted by texture name.