How to use the PolarGridHelper function from three
Find comprehensive JavaScript three.PolarGridHelper code examples handpicked from public code repositorys.
GitHub: truongvithien/threed
422 423 424 425 426 427 428 429 430 431
settings.gridHelper.colorCenterLine , settings.gridHelper.colorGrid , ); scene.add( gridHelper ); } // const polarGridHelper = new THREE.PolarGridHelper( 100, 100, 8, 64, 0x0000ff, 0x808080 ); // scene.add( polarGridHelper ); }, //---
1
0
0
+ 5 other calls in file
three.Vector3 is the most popular function in three (22341 examples)