We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ae0d4b commit 65c419dCopy full SHA for 65c419d
src/examples/hollow-cylinder.html
@@ -84,6 +84,7 @@
84
const mesh = new THREE.Mesh(geo, mat)
85
geo.translate(0, 0, -1) // somehow this has an offset as well :/
86
mesh.rotateX(Math.PI / 2)
87
+ mesh.rotateY(Math.PI / 4)
88
mesh.position.y = 15
89
scene.add(mesh)
90
physics.add.existing(mesh, { shape: 'hacd' })
0 commit comments