Aucune description

Garrett Johnson 66bcab3956 Update README.md il y a 5 ans
example 5d6b967e01 New build il y a 5 ans
src 920adf4665 Fix raycast function back up il y a 5 ans
test 2edd3865b5 initial commit il y a 6 ans
.editorconfig 2edd3865b5 initial commit il y a 6 ans
.eslintrc.json 2edd3865b5 initial commit il y a 6 ans
.gitignore 2edd3865b5 initial commit il y a 6 ans
README.md 66bcab3956 Update README.md il y a 5 ans
babel.config.js 2edd3865b5 initial commit il y a 6 ans
jest.config.js 2edd3865b5 initial commit il y a 6 ans
package-lock.json 4400ebe68e Add build il y a 5 ans
package.json 4400ebe68e Add build il y a 5 ans

README.md

3d-tiles-renderer-js

In progress three.js implementation of the 3D Tiles format.

The renderer supports a limited subset of the spec for the moment. See Issue #15 for information on which features are not yet implemented.

Use

// TODO

API

ThreeTilesRenderer

.group

group : Group

.displayBounds

displayBounds = false : Boolean

.constructor

constructor( url : String, cameras : Camera | Array<Camera>, renderer : WebGLRenderer )

.update

update() : void

.getBounds

getBounds( box : Box3 ) : void

.raycast

raycast( raycaster : Raycaster, intersects : Array ) : void

LICENSE

The software is available under the Apache V2.0 license.

Copyright © 2020 California Institute of Technology. ALL RIGHTS RESERVED. United States Government Sponsorship Acknowledged. This software may be subject to U.S. export control laws. By accepting this software, the user agrees to comply with all applicable U.S. export laws and regulations. User has the responsibility to obtain export licenses, or other export authority as may be required before exporting such information to foreign countries or providing access to foreign persons. Neither the name of Caltech nor its operating division, the Jet Propulsion Laboratory, nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.