Release Notes for Version 7.2

From C4 Engine Wiki
Revision as of 04:50, 24 September 2023 by Eric Lengyel (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Release date: TBD

Core Engine

Graphics Manager

  • Horizon mapping is now disabled by default for spot lights. It can be enabled by checking the "Include spot lights" box in the Material Editor or in the settings for the Horizon process.
  • A problem in which the perspective mask would not be updated for effect nodes in the World Editor has been fixed.

Interface Manager

  • Some minor updates have been made in the Slug Library.

Math Library

  • The math library has been updated to be consistent with conventions used in the upcoming book Projective Geometric Algebra Illuminated.
  • The Transform4D class has been renamed to Transform3D. In general, the 3D suffix is used whenever something operates on 3D space, so even though the Transform3D class is a special form of 4 × 4 matrix, it still has the 3D suffix.
  • The Rect class has been renamed to Rect2D to be consistent with the naming of similar types of objects.

In Progress

There are several new features that are in progress as of this release:

  • The engine is transitioning from OpenGL to Vulkan. Some code is present in version 7.2, but it is not complete.
  • A new physically-based metallic material attribute is in progress.
  • A new fur shader is in progress.
  • The way that terrain is textured is being updated.