Skip to content

Releases: cbaakman/test-3d

game_templates-v1.11.1

18 Jul 16:53
Compare
Choose a tag to compare
  • Adds automated terrain generation to the grass test. The field is now infinitely large.

game_templates-v1.10.0

10 Apr 14:41
Compare
Choose a tag to compare
  • enables motion blur in test3d application

game_templates-v1.9.6

17 Feb 16:09
Compare
Choose a tag to compare

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

14 Feb 16:14
Compare
Choose a tag to compare
  • 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

12 Jan 22:41
Compare
Choose a tag to compare
  • Added a grass test to test3d
  • Client now logs on to server through tcp instead of udp

game_templates-v1.6.0

16 Dec 20:16
Compare
Choose a tag to compare

test3d:

  • Added a progress bar that shows up while resources are loaded.
  • Now using Vertex Buffer Objects.

game_templates-v1.5.4

02 Oct 16:45
Compare
Choose a tag to compare
  • 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

21 Sep 17:51
Compare
Choose a tag to compare

Normal mapping has been added to the playable character (dummy)

game_templates-v1.3.1

19 Aug 22:06
Compare
Choose a tag to compare

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

14 Aug 21:41
Compare
Choose a tag to compare

This release features a fix for the water test. Refraction is now visible.