LNXSDK/changes.md
2025-01-22 14:19:54 +00:00

830 B

  • 2024-12-02: Submodules have been moved in to this repository (previously contained in https://github.com/leenkx3d/lnxsdk).
  • 2019-06-30: Return value of PhysicsWorld.rayCast() changed, see dfb7609a28.
  • 2019-04-06: Use voxelao instead of voxelgi, gi will be reworked into raytracing.
  • 2019-01-13: If you are using Leenkx Updater, get Leenkx 0.6beta from https://leenkx.itch.io/leenkx3d first (or clone the sdk from https://github.com/leenkx3d/lnxsdk).
  • 2018-08-28: LampObject and LampData is now LightObject and LightData
  • 2018-06-01: 'Not Equal' has been removed from the Gate logic node. Use 'Equal' and 'False' output socket instead.
  • 2017-11-20: Use leenkx.trait.physics.* instead of leenkx.trait.internal.* to access physics traits.