Orillusion / orillusion

Orillusion is a pure Web3D rendering engine which is fully developed based on the WebGPU standard.
https://www.orillusion.com
MIT License
4.98k stars 621 forks source link

[FR]: 希望有个网格参考平面 #434

Closed unstoppable007 closed 3 months ago

lslzl3000 commented 3 months ago

能给个例子参考一下吗?大概什么样子的网格平面

unstoppable007 commented 3 months ago

屏幕截图 2024-07-28 183442 这种 x,y平面上的网格线

lslzl3000 commented 3 months ago

添加了一个辅助 GridObject 可以用来快速建立这种平面

// 大小,分割数量
let grid = new GridObject(1000, 100);
scene3D.addChild(grid)

会跟着 v0.8.3 发布