initial commit
authorSvjatoslav Agejenko <svjatoslav@svjatoslav.eu>
Wed, 3 Aug 2016 20:37:42 +0000 (23:37 +0300)
committerSvjatoslav Agejenko <svjatoslav@svjatoslav.eu>
Wed, 3 Aug 2016 20:37:42 +0000 (23:37 +0300)
commit8699433dbd9238c4d926d78bd2e50f892fc51324
tree60f36895c59a5362a47f17c7f91f00079147eb6e
initial commit
36 files changed:
.gitignore [new file with mode: 0644]
doc/index.html [new file with mode: 0644]
doc/index.org [new file with mode: 0644]
doc/screenshots.png [new file with mode: 0644]
doc/screenshots/.thumbnails/another test scene (5362752B).jpeg [new file with mode: 0644]
doc/screenshots/.thumbnails/another test scene (62C8D31D).jpeg [new file with mode: 0644]
doc/screenshots/.thumbnails/mathematical formulas (7454DC19).jpeg [new file with mode: 0644]
doc/screenshots/.thumbnails/mathematical formulas (82926553).jpeg [new file with mode: 0644]
doc/screenshots/.thumbnails/metadata_6.dat [new file with mode: 0644]
doc/screenshots/.thumbnails/raytracing fractal in voxel polygon hybrid scene (1F22E82D).jpeg [new file with mode: 0644]
doc/screenshots/.thumbnails/raytracing fractal in voxel polygon hybrid scene (534B3488).jpeg [new file with mode: 0644]
doc/screenshots/.thumbnails/text editors (C0263A2).jpeg [new file with mode: 0644]
doc/screenshots/.thumbnails/text editors (CBB27271).jpeg [new file with mode: 0644]
doc/screenshots/another test scene.png [new file with mode: 0644]
doc/screenshots/index.html [new file with mode: 0644]
doc/screenshots/mathematical formulas.png [new file with mode: 0644]
doc/screenshots/raytracing fractal in voxel polygon hybrid scene.png [new file with mode: 0644]
doc/screenshots/text editors.png [new file with mode: 0644]
pom.xml [new file with mode: 0644]
sixth-3d-demos.iml [new file with mode: 0644]
src/main/java/eu/svjatoslav/sixth/e3d/examples/GraphDemo.java [new file with mode: 0644]
src/main/java/eu/svjatoslav/sixth/e3d/examples/GridSpace.java [new file with mode: 0755]
src/main/java/eu/svjatoslav/sixth/e3d/examples/OctreeDemo.java [new file with mode: 0755]
src/main/java/eu/svjatoslav/sixth/e3d/examples/PointCloudDemo.java [new file with mode: 0644]
src/main/java/eu/svjatoslav/sixth/e3d/examples/RainingNumbersDemo.java [new file with mode: 0644]
src/main/java/eu/svjatoslav/sixth/e3d/examples/SphereDemo.java [new file with mode: 0755]
src/main/java/eu/svjatoslav/sixth/e3d/examples/TextEditorDemo.java [new file with mode: 0644]
src/main/java/eu/svjatoslav/sixth/e3d/examples/launcher/Applet.java [new file with mode: 0644]
src/main/java/eu/svjatoslav/sixth/e3d/examples/launcher/LauncherFrame.java [new file with mode: 0755]
src/main/java/eu/svjatoslav/sixth/e3d/examples/launcher/MenuPanel.java [new file with mode: 0644]
src/main/java/eu/svjatoslav/sixth/e3d/examples/launcher/Standalone.java [new file with mode: 0755]
src/main/java/eu/svjatoslav/sixth/e3d/examples/package-info.java [new file with mode: 0755]
src/main/resources/rebel.xml [new file with mode: 0644]
tools/open with IntelliJ IDEA [new file with mode: 0755]
tools/open with git-cola [new file with mode: 0755]
tools/update web site [new file with mode: 0755]