Skip to content

Latest commit

 

History

History
86 lines (63 loc) · 2.87 KB

README_ZH.md

File metadata and controls

86 lines (63 loc) · 2.87 KB

Reall3dViewer

Reall3dViewer是一个基于Three.js3D Gaussian Splatting渲染器。打造卓越的3DGS渲染器并非易事,我们选择开源,希望能集思广益,群策群力,共同为推动3DGS应用发展助一臂之力!



特点

  • 友好支持移动端
  • 支持.splat.sp20以及优化的.bin格式
  • 支持标注测量
  • 支持文字水印
  • 支持大场景渲染

在线演示

https://reall3d.com/reall3dviewer/index.html



点击打开

基于动态LOD实现高性能的大场景渲染
1亿个点的大场景也可以在消费级设备上有流畅的视觉体验


用法

# develop
npm run dev

# build
npm run build

# open a web browser to render your 3dgs model
# http://hostname:port/index.html?url=your-model-link-address

# The .sp20 format is similar to .splat, but it reduces the file size by 37.5%
# .sp20 file can be obtained through conversion using the gsbox
# https://github.com/gotoeasy/gsbox
gsbox ply2splat20 -i /path/to/input.ply -o /path/to/output.sp20

TODO

  • 持续优化增强渲染性能
  • 设计更加优化的模型格式及工具

履历

https://github.com/reall3d-com/Reall3dViewer/releases

鸣谢

感谢以下项目提供的参考实现

联系

欢迎在项目页面上提交issue,商业版提供模型格式优化工具,支持嵌入水印保护模型产权,请随时与我们联系。