Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1 KB

readme.md

File metadata and controls

33 lines (23 loc) · 1 KB

synthetic Splatting & NeRF Data from 3DS Max

install pip packages in 3ds Max 2025 python

execute Commandline (cmd) with admin privileges:

cd C:\Program Files\Autodesk\3ds Max 2025\Python  
python -m ensurepip --upgrade --user  
python -m pip install --upgrade pip  
python -m pip install --user open3d numpy

export PLY with 32bit float dtpye

using tensor API in Open3d:
isl-org/Open3D#1325

WebViewer

Viewer using PlayCanvas Orbit camera:
https://konzept.staging.visionsbox.de/dt/splat/orbit/

Viewer using modified SuperSplat export:
https://konzept.staging.visionsbox.de/dt/splat/index.php?model=iceberg

Playcanvas examples https://playcanvas.vercel.app/#/camera/multi https://github.com/playcanvas/engine/blob/main/examples/src/examples/camera/multi.example.mjs

links to manuals