Release Notes for Version 7.2: Difference between revisions
Jump to navigation
Jump to search
Eric Lengyel (talk | contribs) (Created page with "__NOTOC__ '''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 Manager 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 Libr...") |
Eric Lengyel (talk | contribs) No edit summary |
||
Line 6: | Line 6: | ||
=== Graphics Manager === | === 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 | * 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. | * A problem in which the perspective mask would not be updated for effect nodes in the [[World Editor]] has been fixed. |
Revision as of 22:08, 16 September 2023
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 toTransform3D
. In general, the 3D suffix is used whenever something operates on 3D space, so even though theTransform3D
class is a special form of 4 × 4 matrix, it still has the 3D suffix.
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.