Uses of Class
org.jocl.cloth.CLU

Packages that use CLU
org.jocl.cloth The main package for the cloth simulator 
 

Uses of CLU in org.jocl.cloth
 

Constructors in org.jocl.cloth with parameters of type CLU
ClothSimulationCoreJOCL(CLU clu, ParticleData p, ResourceHandle<org.jocl.cl_mem> positions, ResourceHandle<org.jocl.cl_mem> candidatePositions, EdgeData[] e)
          Creates a new cloth simulation core
NormalComputerJOCL(CLU clu, ParticleData p, ResourceHandle<org.jocl.cl_mem> positions, FaceData f, NormalData n, ResourceHandle<org.jocl.cl_mem> vertexNormals)
          Creates a new normal computer.
SharedMemHandle(CLU clu, int vbo)
          Creates a new handle for shared cl_mem objects.
SimpleMemHandle(CLU clu, float[] array)
          Creates a new mem handle for the given array