]> gerrit.simantics Code Review - simantics/3d.git/commit
OcTree implementation 20/4420/1
authorMarko Luukkainen <marko.luukkainen@semantum.fi>
Wed, 2 Sep 2020 11:18:41 +0000 (14:18 +0300)
committerMarko Luukkainen <marko.luukkainen@semantum.fi>
Wed, 2 Sep 2020 11:18:41 +0000 (14:18 +0300)
commit13a33b78de4a6b873fd74083ecdf3dd215452c0d
tree67befdb3558b4dccc08ff51b7768b1c3819e911c
parentf13bbe4a5dd9b50077ab6110bfb20257e4ebf6f0
OcTree implementation

Created a separate plugin, so that 3D data structures remain independent
of G3D framework.

gitlab #140

Change-Id: Ia40bb149baff2c8f887a2c1be2f515679393a6c7
org.simantics.g3d.datastructures/.classpath [new file with mode: 0644]
org.simantics.g3d.datastructures/.gitignore [new file with mode: 0644]
org.simantics.g3d.datastructures/.project [new file with mode: 0644]
org.simantics.g3d.datastructures/.settings/org.eclipse.jdt.core.prefs [new file with mode: 0644]
org.simantics.g3d.datastructures/META-INF/MANIFEST.MF [new file with mode: 0644]
org.simantics.g3d.datastructures/build.properties [new file with mode: 0644]
org.simantics.g3d.datastructures/pom.xml [new file with mode: 0644]
org.simantics.g3d.datastructures/src/org/simantics/g3d/datastructures/Box.java [new file with mode: 0644]
org.simantics.g3d.datastructures/src/org/simantics/g3d/datastructures/OcTree.java [new file with mode: 0644]
org.simantics.g3d.feature/feature.xml
pom.xml