projects
/
sixth-3d-demos.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Updated readability of the code.
[sixth-3d-demos.git]
/
src
/
main
/
java
/
eu
/
svjatoslav
/
sixth
/
e3d
/
examples
/
package-info.java
1
/*
2
* Sixth 3D engine demos. Author: Svjatoslav Agejenko.
3
* This project is released under Creative Commons Zero (CC0) license.
4
*
5
*/
6
7
/**
8
* Example applications that make use of the API.
9
*/
10
11
package eu.svjatoslav.sixth.e3d.examples;
12