소스 검색

missing update

Popov72 4 년 전
부모
커밋
225e11e834
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      dist/preview release/what's new.md

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

@@ -89,3 +89,4 @@
 - Depth renderer: don't render mesh if `infiniteDistance = true` or if `material.disableDepthWrite = true` ([Popov72](https://github.com/Popov72))
 - Mesh.createInstance no longer make a unique Geometry for the Mesh so updating one Geometry can affect more meshes than before. Use Mesh.makeUniqueGeometry for old behaviour. ([breakin](https://github.com/breakin))
 - `SceneSerializer.Serialize` now returns a promise that will resolve to the json object, instead of the json object itself ([Popov72](https://github.com/Popov72))
+- `SceneRecorder.getDelta` now returns a promise of the delta instead of the delta itself ([Popov72](https://github.com/Popov72))