UNPKG

3d-tiles-renderer

Version:

https://github.com/AnalyticalGraphicsInc/3d-tiles/tree/master/specification

13 lines (9 loc) 207 B
export class ReorientationPlugin { constructor( options?: { up?: '+x' | '-x' | '+y' | '-y' | '+z' | '-z', recenter?: boolean, lat?: number | null, lon?: number | null, height?: number, } ); }