Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/j-w-yun/3d-world
Made with OpenGL wrapper LWJGL
https://github.com/j-w-yun/3d-world
Last synced: about 7 hours ago
JSON representation
Made with OpenGL wrapper LWJGL
- Host: GitHub
- URL: https://github.com/j-w-yun/3d-world
- Owner: j-w-yun
- Created: 2016-04-30T05:12:47.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-05-11T03:16:08.000Z (over 8 years ago)
- Last Synced: 2024-03-01T05:07:39.472Z (9 months ago)
- Language: Java
- Homepage:
- Size: 8.81 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 3D Cube World using OpenGL
![alt tag](https://github.com/jaewany/3D_World/blob/master/pics/Untitled11.png)
Close-up of block texture. Anti aliasing does not seem to work.
![alt tag](https://github.com/jaewany/3D_World/blob/master/pics/Untitled12.png)
Fog effect.
![alt tag](https://github.com/jaewany/3D_World/blob/master/pics/Untitled13.png)
(Transparent view) Testing out terrain generation algorithms.
![alt tag](https://github.com/jaewany/3D_World/blob/master/pics/Untitled14.png)
(Transparent view) Not rendering blocks that are completely encased by other blocks saves a lot of gpu memory.
![alt tag](https://github.com/jaewany/3D_World/blob/master/pics/Untitled15.png)
(Transparent view) Ambient occlusion.