You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 21, 2021. It is now read-only.
This issue has been solved in the my Threebox fork. There's a specific example on creating extrusions from THREE.Vector2 arrays and from geoJson features.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
like this?
const shapeGeometry = new THREE.ExtrudeGeometry(shape, {
depth: 3,
bevelThickness: 2,
bevelSegments: 10
});
const mesh = new THREE.Mesh(
shapeGeometry,
new THREE.MeshBasicMaterial({ color: 0xb8b730 * Math.random(), opacity: 1 })
);
I hope someone gives me a demo? 3Q.
The text was updated successfully, but these errors were encountered: