Skip to content

0.71.190

Compare
Choose a tag to compare
@turanszkij turanszkij released this 03 Apr 14:58
· 644 commits to master since this release

Changelog since last release:

0.71.181:

  • added memory usage graph to built-in profiler
  • path tracing depth stencil: editor now draws selection outline in path tracing too
  • decal slopeBlendPower parameter: control decal fade out on sloped surface (can avoid overly streched decal texture)
  • shader compiler: option to strip reflection, this reduces shader file sizes (DX12 only)
  • character controller:
    • fixes for fixed timestep update: movement and animation is improved in lower frame rate situation
    • option to toggle framerate lock for reduced framerate testing

0.71.184:

  • multi threaded animation update
  • morph target moved from CPU to GPU
  • fix for animation targeting emissiveColor of material

0.71.190:

  • Localization support, automatic localization export for GUI
  • Editor:
    • new theme "Nord" (by @MolassesLover )
    • language selection: English, Hungarian, Japanese, additional languages can be added
    • added asian font
  • Color picker: ability to input hexadecimal color code as text
  • planar reflection: improved selection for closest planar reflection by considering occlusion culling status
  • DX12, Vulkan: improvements in resource loading performance