org.jocl.cloth
Class ParticleDataCreator

java.lang.Object
  extended by org.jocl.cloth.ParticleDataCreator

 class ParticleDataCreator
extends java.lang.Object

A class for creating an ParticleData from a ClothData


Method Summary
(package private) static ParticleData createParticleData(ClothData clothData)
          Create the ParticleData from the given ClothData.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createParticleData

static ParticleData createParticleData(ClothData clothData)
Create the ParticleData from the given ClothData.

Parameters:
clothData - The cloth data
Returns:
The simulation data