Skip to content

Releases: horde3d/Horde3D

Horde3D version 2.0.2

26 Apr 20:40
Compare
Choose a tag to compare

Minor release that addresses compile issues.

  • Fix compiling with GLFW on new compilers and linux distros (fix library going to lib64 instead of lib during build).
  • Add mingw64 compiler support. Change library order for samples, so that mingw can compile them (other compilers compile with both library orders).

Horde3D version 2.0.1

19 Oct 20:43
cd7ba67
Compare
Choose a tag to compare

Patch release. There are following updates and bug fixes:

  • Fixed shadow issue with one light, when shadow disappears if camera is near shadow casting object or at a specific angle.
  • Fixed shadow issue with multiple lights, when shadow disappeared for one of the lights when shadow casting object is not visible by current camera.
  • Fixed compiling under Linux with GCC 10.
  • Fixed compiling with MinGW.
  • Terrain sample now respects 'HORDE3D_BUILD_EXAMPLES' define.
  • Collada converter now allows using material id instead of material name.

Horde3D version 2.0.0

08 Feb 21:01
c0aa152
Compare
Choose a tag to compare

Release highlights:

  • Added support for OpenGL ES 3.
  • Added support for Android and iOS operating systems.
  • Added support for KTX texture format.
  • Added support for more compressed texture formats - BPTC (BC6-7), ETC1, ETC2, ASTC.
  • Reworked frustum culling - now everything is culled and render queues are generated in the beginning of the frame. Up to 2x performance on scenes with many objects.
  • Deferred shaders now support rendering particles.
  • Added support for custom pipeline actions. Overlays are now moved to extension.
  • Material class processing optimized (up to 15-20% fps increase on material heavy scenes).

More changes can be found in the changelog file in the documentation

Horde3D version 1.0.0

17 Sep 08:53
Compare
Choose a tag to compare

After a long period of beta versions, we finally release the first official Horde3D version. It brings a lot of new features for OpenGL 4 compatible graphic cards, like compute shaders, tessellation and more.
The new version relies completly on CMake for project compilation and also integrates the Horde3D editor (disabled in CMake by default).

1.0.0 Beta 5

14 Oct 13:25
Compare
Choose a tag to compare

Matches SourceForge SVN Release 1.0.0 Beta 5