Garrett Johnson před 6 roky
rodič
revize
b71e4106ac
1 změnil soubory, kde provedl 2 přidání a 6 odebrání
  1. 2 6
      README.md

+ 2 - 6
README.md

@@ -118,6 +118,8 @@ group : Group
 
 
 The container group for the 3d tiles. Add this to the three.js scene in order to render it.
 The container group for the 3d tiles. Add this to the three.js scene in order to render it.
 
 
+When raycasting a higher performance traversal approach is used if `raycaster.firstHitOnly = true`. If true then only the first hit of the terrain is reported in the tileset.
+
 ### .constructor
 ### .constructor
 
 
 ```js
 ```js
@@ -142,12 +144,6 @@ getBounds( box : Box3 ) : boolean
 
 
 Sets `box` to the root bounding box of the tileset in the [group](#group) frame. Returns `false` if the tile root was not loaded.
 Sets `box` to the root bounding box of the tileset in the [group](#group) frame. Returns `false` if the tile root was not loaded.
 
 
-### .raycast
-
-```js
-raycast( raycaster : Raycaster, intersects : Array ) : void
-```
-
 ### .hasCamera
 ### .hasCamera
 
 
 ```js
 ```js