All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.bimserver.serializers.binarygeometry.TestMesh Maven / Gradle / Ivy

There is a newer version: 0.0.96
Show newest version
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();
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy