NVIDIA Isaac Sim can load 3DGS scans, but a single prim tops out at 16.7M points
rsasaki0109 · x · 2026-07-29
NVIDIA Isaac Sim can now load 3DGS for robot simulation, but one prim hits a 16.7M-point rendering ceiling
The post breaks down a practical workflow for bringing 3D Gaussian Splatting scans into NVIDIA Isaac Sim for robotics and autonomous-driving simulation. It argues Isaac Sim is the right target when the goal is to simulate real scanned environments with physics, sensors, and camera generation—not just visual rendering.
Key points:
- Requires Isaac Sim 6.0+, a .ply 3DGS scan, and PlayCanvas splat-transform.
- Workflow: scan → decimate points → convert to USD → place and orient the stage → add cameras.
- Isaac Sim 6.0 can render Gaussian splats natively with RTX path tracing, so depth of field and motion blur still work.
- A critical hidden limit: one prim can only render up to 2^24 points (16,777,216). Above that, the TLAS build fails and the splat simply disappears, even though conversion succeeds.
- The only reliable signal is the log message “Failed to create TLAS”; the author recommends checking logs before blaming camera setup.
The article’s broader point is that 3DGS is usable for industrial simulation, but large scans need point reduction or splitting across multiple prims.
More from Embodied
- Project trains neural networks on Apple Neural Engine via reverse-engineered APIs — maderix · 2026-07-29
- New York school pauses humanoid AI robot teacher plan after backlash — SnoozeDoggyDog · 2026-07-29
- DeltaIntelligence raises nearly RMB 500 million to build humanoid foundation models — 快鲤鱼 · 2026-07-29
- ROS 2 TensorRT node turns Depth Anything V3 into real-time depth and point clouds — tom_doerr · 2026-07-29
- Liquid AI plans a talk on its upcoming edge agentic model and harness design — maximelabonne · 2026-07-29
- Four Major Bottlenecks for AI Hardware Companies: Marketing Data Silos and Shifting Needs — 创业邦 · 2026-07-29