Posted August 29, 2024 by Castle Game Engine
We’re proud to release new version 5.2.0 of Castle Model Viewer and Castle Model Converter. They are distributed together, just head on to Castle Model Viewer downloads to get them both.
Highlights of this release (since 5.0.0):
Reworked the shadow maps logic – much simpler now, using the shadows
field at light node doesn’t process the scene graph “under the hood” anymore. Some difficult / buggy situations are thus solved and we are ready for future shadow maps improvements.
Out of necessity, we also had to remove (already deprecated) support for using GeneratedShadowMap
node in the Appearance.texture
list. This was too convoluted to support (because shadow map does not affect the shape look like other textures on Appearance.texture
, the shadow map effect is applied at the specific light source query). You can now only use GeneratedShadowMap
inside the defaultShadwMap
field of the light node.
Float-based images support. In case of Castle Model Viewer, this means that loading 16-bit PNG images of float-based KTX images is useful for shader effects, as shaders will get full float values from the image. This extra precision sometimes matters a lot, e.g. if you use a texture for a heightmap in the shader.
Cycle through viewpoints when you use Page Up, Page Down or the corresponding menu items.
Fixed display when usign multiple viewports (Display -> 2 Horizontal Viewports, Display -> 4 Viewports).
Have fun with 3D! And consider supporting us on Patreon!