Skip to content

v1.1.0

Latest
Compare
Choose a tag to compare
@enderprism enderprism released this 16 Feb 17:06

Fixes

  • changed Echo smoothing method: Fillet CurveSubdivision Surface
  • renamed and split Echo property: LODSubdivisions → Preview and Subdivisions → Render

Warning

Instead of multiplying the point count by the provided value, the new version will multiply it by a value of 2^Subdivisions.

for a value of 10 (the default in the previous version):

  • previous version: point count * 10
  • current version: point count * 2^10point count * 1024
    This is important because it will create a lot of additional geometry and could render your project unusable.
    Make sure to lower the LOD before upgrading. The closest subdivision count is 3 (and is now the default value for Subdivision → Render).

Features

Internal

  • changed Emission geometry name: EMISSIONEmission