org.bimserver.serializers.binarygeometry.TestMesh Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of binaryserializers Show documentation
Show all versions of binaryserializers Show documentation
BIMserver plugins that provides binary serializers
package org.bimserver.serializers.binarygeometry;
import java.nio.IntBuffer;
public class TestMesh {
public static void main(String[] args) {
IntBuffer indices = IntBuffer.allocate(12);
// Mesh mesh = new Mesh();
}
}