瀏覽代碼

Update README.md

Garrett Johnson 5 年之前
父節點
當前提交
8058451832
共有 1 個文件被更改,包括 15 次插入0 次删除
  1. 15 0
      README.md

+ 15 - 0
README.md

@@ -1,9 +1,18 @@
 # 3d-tiles-renderer-js
 
+_IN PROGRESS_
+
 In progress three.js implementation of the [3D Tiles format](https://github.com/AnalyticalGraphicsInc/3d-tiles/blob/master/specification/).
 
 The renderer supports a limited subset of the spec for the moment. See [Issue #15](https://github.com/NASA-AMMOS/3DTilesRendererJS/issues/15) for information on which features are not yet implemented. 
 
+**In Progress Features**
+- Multicamera support
+- Fast raycast support
+- Travis integration
+- ThreeTilesRenderer API
+- Performance
+
 # Use
 
 ```js
@@ -26,6 +35,12 @@ group : Group
 displayBounds = false : Boolean
 ```
 
+### .loadSiblings
+
+```js
+loadSiblings = true : Boolean
+```
+
 ### .constructor
 
 ```js