Uses of Class
org.jocl.cloth.NormalData

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

Uses of NormalData in org.jocl.cloth
 

Methods in org.jocl.cloth that return NormalData
(package private) static NormalData NormalDataCreator.createNormalData(java.util.Collection<? extends de.javagl.simplemesh.Face> faces, int numParticles)
          Creates the NormalData from the given faces and ParticleData.
(package private)  NormalData SimData.getNormalData()
          Returns the NormalData
 

Constructors in org.jocl.cloth with parameters of type NormalData
NormalComputerJava(ResourceHandle<java.nio.FloatBuffer> vertexNormalsHandle, ParticleData p, FaceData f, NormalData n)
          Creates a new normal computer that uses the given simulation- and normal data, and writes the vertex normals into the buffer obtained from the given handle.
NormalComputerJOCL(CLSetup clSetup, ParticleData p, ResourceHandle<org.jocl.cl_mem> positions, FaceData f, NormalData n, ResourceHandle<org.jocl.cl_mem> vertexNormals, ResourceHandle<java.nio.FloatBuffer> renderingVertexNormals)
          Creates a new normal computer.
SimData(ParticleData particleData, EdgeData edgeData, FaceData faceData, NormalData normalData, EdgeData[] independentSets, EdgeData[][] clustersSets)
          Creates a new SimData object