CesiumGS / cesium-ion-3ds-max-plugin

Autodesk 3DS Max plugin for uploading and tiling models with Cesium ion.
https://cesium.com/
Apache License 2.0
15 stars 9 forks source link

UI system upgrades for 2025 and updated export options #61

Closed corybarr closed 1 month ago

corybarr commented 1 month ago

Resolves https://github.com/CesiumGS/cesium-ion-3ds-max-plugin/issues/60

3DS Max phased out the old UI system in 2025. This update runs the prior code for version 2024 and earlier.

In addition, it adds UI for the new tiler options:

image

shehzan10 commented 1 month ago

Works well, thanks @corybarr.

As discussed offline, lets try to update the options to reflect the new Reality Tiler in Cesium ion.

corybarr commented 1 month ago

Works well, thanks @corybarr.

As discussed offline, lets try to update the options to reflect the new Reality Tiler in Cesium ion.

@shehzan10 It's ready to pull and test when you've got the cycles.

corybarr commented 1 month ago

The one issue I found was that when the geometry compression is changed to NONE it still applies Draco on ion. Same thing happens with MeshOpt too, that is selecting meshopt still identifies as Draco in ion.

@shehzan10 Should be all good now.