altavir
11/21/2020, 4:14 PMClass constructor Vector3 cannot be invoked without 'new'
The problematic code is here: https://github.com/Jiro-Digital/three-csg-ts/blob/79723fb92e3fd57725306f5d273333341df2a40d/src/index.ts#L205-L217 (in particular call of super(x,y,z)
). As far as I can undersand it could be fixed by turning on ES6 features, but Kotlin does not support them. Is there any way to fix that?turansky
11/21/2020, 8:04 PMaltavir
11/22/2020, 6:32 AMturansky
11/22/2020, 4:28 PMaltavir
11/22/2020, 4:29 PMturansky
11/22/2020, 4:35 PMVector3
?altavir
11/22/2020, 4:35 PM