Home | History | Annotate | Download | only in scene

Lines Matching defs:setupData

319      * Must call setupData() to initialize.
516 public void setupData(Usage usage, int components, Format format, Buffer data){
518 throw new UnsupportedOperationException("Data has already been sent. Cannot setupData again.");
540 * be called after {@link VertexBuffer#setupData(com.jme3.scene.VertexBuffer.Usage, int, com.jme3.scene.VertexBuffer.Format, java.nio.Buffer) }