|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FaceData | |
|---|---|
| org.jocl.cloth | The main package for the cloth simulator |
| Uses of FaceData in org.jocl.cloth |
|---|
| Methods in org.jocl.cloth that return FaceData | |
|---|---|
(package private) static FaceData |
FaceDataCreator.createFaceData(java.util.Collection<? extends de.javagl.simplemesh.Face> faces)
Create the FaceData from the given faces |
(package private) FaceData |
SimData.getFaceData()
Returns the FaceData |
| Constructors in org.jocl.cloth with parameters of type FaceData | |
|---|---|
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(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. |
|
SimData(ParticleData particleData,
EdgeData edgeData,
FaceData faceData,
NormalData normalData,
EdgeData[] independentSets)
Creates a new SimData object |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||