Release Three 0.125 changed the BoxGeometry class so it no longer has a vertices attribute - this affects the BoxMesh class here. There might be other breaking changes too.
The line linked above is breaking when I try to load a file into the renderer through Galaxy (reverting to three 0.124 fixes it). This doesn't seem to break the demo or tests, though, which is odd as they also call BoxMesh.
Release Three 0.125 changed the BoxGeometry class so it no longer has a
vertices
attribute - this affects theBoxMesh
class here. There might be other breaking changes too.The line linked above is breaking when I try to load a file into the renderer through Galaxy (reverting to three 0.124 fixes it). This doesn't seem to break the demo or tests, though, which is odd as they also call
BoxMesh
.