Uses of Class
org.jocl.cloth.utils.CLClothConfig

Packages that use CLClothConfig
org.jocl.cloth The main package for the cloth simulator 
org.jocl.cloth.utils.gui UI classes for selecting an OpenCL execution configuration 
 

Uses of CLClothConfig in org.jocl.cloth
 

Constructors in org.jocl.cloth with parameters of type CLClothConfig
ClothSimulationJOCL(CLClothConfig clConfig, SimData simData, de.javagl.simplerenderer.SimpleRenderer renderer, de.javagl.simplerenderer.SimpleObject clothObject)
          Creates a new cloth simulation from the given data
SimulationFactoryJOCL(CLClothConfig clConfig)
          Create a new factory
 

Uses of CLClothConfig in org.jocl.cloth.utils.gui
 

Methods in org.jocl.cloth.utils.gui that return CLClothConfig
 CLClothConfig CLClothConfigPanel.getConfig()
          Returns a new CLClothConfig for the current settings in this panel.