有没有人有在ThreeJS中使用BSP树的例子,他们可以分享或知道?我正在考虑创建一个地形splatting示例,并希望使用BSP (或者八叉树...?)以帮助加快渲染速度。
非常感谢
发布于 2013-02-10 09:41:07
看看这个八叉树源代码:https://github.com/collinhover/threeoctree
编辑:现在有几个three.js示例:
http://threejs.org/examples/webgl_octree.html
http://threejs.org/examples/webgl_octree_raycasting.html
three.js r.60
https://stackoverflow.com/questions/14792262
复制相似问题