Pārlūkot izejas kodu

Update what's new.md

David Catuhe 8 gadi atpakaļ
vecāks
revīzija
3808cf6318
1 mainītis faili ar 3 papildinājumiem un 3 dzēšanām
  1. 3 3
      dist/preview release/what's new.md

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

@@ -63,11 +63,11 @@
 
 ### Breaking changes
 - WebVRCamera:
- - `requestVRFullscreen` has been removed. Call attachControl() inside a user-interaction callback to start sending frames to the VR display
+ - `requestVRFullscreen` has been removed. Call `attachControl()` inside a user-interaction callback to start sending frames to the VR display
  - `setPositionOffset` has been used to change the position offset. it is now done using camera.position
 - Ray :
- - `show` has been removed. Use new RayHelper.show() instead
- - `hide` has been removed. Use new RayHelper.hide() instead
+ - `show` has been removed. Use new `RayHelper.show()` instead
+ - `hide` has been removed. Use new `RayHelper.hide()` instead
 - AbstractMesh:
  - `onPhysicsCollide` has been removed. Use `mesh.physicsImpostor.registerOnPhysicsCollide()` instead
  - `setPhysicsState` has been removed. Use `new PhysicsImpostor()` instead