|
@@ -40,7 +40,9 @@
|
|
|
- _Arc_ feature in `CreateCylinder`, `CreateSphere`, `CreateTube`, `CreateDisc` and `CreateLathe` ([jerome](https://github.com/jbousquie))
|
|
|
- _Slice_ feature in `MeshBuilder.CreateSphere()` ([jerome](https://github.com/jbousquie))
|
|
|
- `closed` parameter in `MeshBuilder.CreateLathe()` ([jerome](https://github.com/jbousquie))
|
|
|
+ - `cap` parameter in `MeshBuilder.CreateLathe()` ([jerome](https://github.com/jbousquie))
|
|
|
- `diameter`, `hasRings`, `enclose` parameters in `MeshBuilder.CreateCreateCylinder()` ([jerome](https://github.com/jbousquie))
|
|
|
+ - added `getNormalAtCoordinates()` and `getNormalAtCoordinatesToRef()` methods in `MeshBuilder.CreateLathe()` ([jerome](https://github.com/jbousquie))
|
|
|
- `Material.dispose()` now removes disposed material from meshes ([deltakosh](https://github.com/deltakosh))
|
|
|
- New `Material.getBindedMeshes()` function ([deltakosh](https://github.com/deltakosh))
|
|
|
- OimoJS Plugin now uses Quaternions exclusively and calculates body rotations correctly. [PR](https://github.com/BabylonJS/Babylon.js/pull/761) ([RaananW](https://github.com/RaananW))
|