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

tooltips #47

Closed ghost closed 4 years ago

ghost commented 4 years ago

closes #44

@shehzan10 Should we add any more?

shehzan10 commented 4 years ago

Thanks @UX3D-schmithuesen! Here's what I think should be on the remaining items:

• Name -> A name for the ion asset you are uploading. • Description -> An optional description. • Attribution -> Any attribution you would like to appear when this asset is loaded into client visualization engines. • Model Type -> Choose 3D Capture for models that originated from a 3D scan, LIDAR, or photogrammetry process, otherwise choose 3D Model. To host a model on Cesium ion as glTF, without tiling it into 3D Tiles, choose 3D Model (convert to glTF). • Export only selected -> Export only the selected models. Uncheck to export all models in the scene. • Use WebP Images -> Produce a tileset with WebP images, which are typically 25-34% smaller than equivalent JPEG images, leading to faster streaming and reduced data usage. 3D Tiles produced with this option require a client that supports decoding WebP images.

The default for Model Type should probably be 3D Model (tile as 3D Tiles) since I think that will be the most common workflow.