-
-
Notifications
You must be signed in to change notification settings - Fork 36k
Closed
Milestone
Description
Description
Hi,
DecalGeometry.clone() broke since a recent new release;
Here is a reproduction https://jsfiddle.net/0186fxp3/.
See line 92
try{
geometryClone = decalGeometry.clone()
}catch(e){
console.error(e.toString())
}
It seems the mesh isn't passed to the constructor of the geometry.
Reproduction steps
- create new decalGeometry
- call decalGeometry.clone()
Code
try{
geometryClone = decalGeometry.clone()
}catch(e){
console.error(e.toString())
}
Live example
https://jsfiddle.net/0186fxp3/
Screenshots
Version
0.169, 0.170
Device
Desktop
Browser
Chrome
OS
Windows
Metadata
Metadata
Assignees
Labels
No labels