Skip to content

Problem creating edgesGeometry #1269

Answered by drcmda
ThiagoFacchini asked this question in Q&A
Discussion options

You must be logged in to vote

https://threejs.org/docs/index.html?q=edge#api/en/geometries/EdgesGeometry

you are doing:

const e = new THREE.EdgesGeometry()
e.geometry = ...

but edgesgeom does not have a geometry prop. it only takes geometry via the constructor.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@drcmda
Comment options

@ThiagoFacchini
Comment options

Answer selected by ThiagoFacchini
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants