|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ClothData | |
|---|---|
| org.jocl.cloth | The main package for the cloth simulator |
| Uses of ClothData in org.jocl.cloth |
|---|
| Methods in org.jocl.cloth that return ClothData | |
|---|---|
(package private) static ClothData |
ClothApplicationSetup.loadClothData(java.lang.String fileName)
Loads the ClothData from the OBJ file with the given name |
(package private) ClothData |
ClothApplicationGUI.loadClothDataInBackground(java.lang.String fileName)
Executes ClothApplicationSetup.loadClothData(String) in a
background task, showing a modal dialog while the task is running. |
| Methods in org.jocl.cloth with parameters of type ClothData | |
|---|---|
(package private) static EdgeData[] |
IndependentSetsCreator.createIndependentSets(ClothData clothData)
Create the EdgeData objects for the independent sets of
edges of the given ClothData |
(package private) static ParticleData |
ParticleDataCreator.createParticleData(ClothData clothData)
Create the ParticleData from the given ClothData. |
(package private) static SimData |
ClothApplicationSetup.createSimData(java.lang.String objFileName,
ClothData clothData)
Creates the SimData for the given ClothData
that was read from the file with the given name. |
(package private) void |
ClothApplication.initializeSimulation(ClothData clothData,
SimData simData)
Initialize the simulation and rendering using the given ClothData and SimData |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||