소스 검색

Update what's new.md

David Catuhe 8 년 전
부모
커밋
3808cf6318
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  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