Releases: cbaakman/test-3d
Releases · cbaakman/test-3d
game_templates-v1.11.1
game_templates-v1.10.0
- enables motion blur in test3d application
game_templates-v1.9.6
Added a http interface so that the server can be accessed from the browser. This allows the anyone to see which users are logged in and read the chat history.
game_templates-v1.8.0
- On windows, server can now be compiled as a service
- On unix, server can now be compiled as a deamon
- Added additional error checks for initializing openGL
game_templates-v1.7.5
- Added a grass test to test3d
- Client now logs on to server through tcp instead of udp
game_templates-v1.6.0
test3d:
- Added a progress bar that shows up while resources are loaded.
- Now using Vertex Buffer Objects.
game_templates-v1.5.4
- Added a displacement mapping test.
- Fixed a bug in quaternion normalization.
- Fixed a bug in the blender exporter, that flipped quaternion chirality.
- Added a turning animation to the Dummy player.
- Added functionality to render the Dummy's tangents
game_templates-v1.4.1
Normal mapping has been added to the playable character (dummy)
game_templates-v1.3.1
The water shaders have changed. Refraction and reflection are now dependent on how deeply the cube is submerged.
The shader sources are now embedded in the executable. They're no longer in the archive.
game_templates-v1.2.0
This release features a fix for the water test. Refraction is now visible.