org.jocl.cloth
Interface NormalComputer

All Known Implementing Classes:
NormalComputerJava, NormalComputerJOCL

interface NormalComputer

Simple interface for a normal computer


Method Summary
 void shutdown()
          Shut down and free all alocated resources
 void updateNormals()
          Update the normals
 void writeNormals()
          Write the normals data into a target buffer, if necessary
 

Method Detail

updateNormals

void updateNormals()
Update the normals


writeNormals

void writeNormals()
Write the normals data into a target buffer, if necessary


shutdown

void shutdown()
Shut down and free all alocated resources