Pārlūkot izejas kodu

Update what's new.md

Jérôme Bousquié 10 gadi atpakaļ
vecāks
revīzija
6963ef0b52
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 2 2
      dist/preview release/what's new.md

+ 2 - 2
dist/preview release/what's new.md

@@ -7,8 +7,8 @@
     - New `Material.sideOrientation` property to define clockwise or counter-clockwise faces selection. [Demo here](http://www.babylonjs-playground.com/#1TZJQY) ([deltakosh](https://github.com/deltakosh))
     - It is now possible to create a custom loading screen [PR](https://github.com/BabylonJS/Babylon.js/pull/700) ([RaananW](https://github.com/RaananW))
     - Per face color and texture feature in `Mesh.CreateCylinder()` ([jerome](https://github.com/jbousquie))
-    - Arc feature in `CreateCylinder`, `CreateSphere`, `CreateTube` and `CreateLathe` ([jerome](https://github.com/jbousquie))
-    - Slice feature in `Mesh.CreateSphere()` ([jerome](https://github.com/jbousquie))
+    - _Arc_ feature in `CreateCylinder`, `CreateSphere`, `CreateTube` and `CreateLathe` ([jerome](https://github.com/jbousquie))
+    - _Slice_ feature in `Mesh.CreateSphere()` ([jerome](https://github.com/jbousquie))
     - `closed` parameter in `Mesh.CreateLathe()` ([jerome](https://github.com/jbousquie))
     - `Material.dispose()` now removes disposed material from meshes ([deltakosh](https://github.com/deltakosh))
   - **Bug fixes**