v2.0.0-beta.9
Pre-release
Pre-release
Changelog:
Core
- Source/exports structure #211 (@thejmazz @sasha240100)
- Small refactoring #230 (@sasha240100)
WHS.Model
->WHS.Importer
Reason: can handle group of objects- Remove
compact
version - Make
TestApp
class that will behave like anApp
withBasicAppPreset
ControlsModule
Components
Box
- Fix Box's default depthSegments (@hirako2000)
Extrude
- ExtrudeBufferGeometry does not exist #237 (@hirako2000)
Line
- Revisit Line component #217 (@hirako2000)
CameraComponent
- Cover CameraModule with unit tests #234 (@hirako2000)
- Refactor meshes: buffer geometry + remove physics #239 (@sasha240100)
- Remove the use of
params.softbody
. - Use
BufferGeometry().from()
in meshes that don't support buffer geometry yet.
- Remove the use of
Examples
- Fixed
design / easter
example (@sasha240100)
Modules
- Virtual mouse to handle pointer lock enabled #206 (@thejmazz & @sasha240100)
LoaderModule
#215 (@thejmazz)
Continuous integration
- Fix XO (@hirako2000)