Skip to content
This repository was archived by the owner on Apr 21, 2021. It is now read-only.
This repository was archived by the owner on Apr 21, 2021. It is now read-only.

how to use ExtrudeGeometry to make a mesh? #92

Description

@limzgiser

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions