mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-12 12:10:44 +08:00
Remove trailing whitespaces
This commit is contained in:
Vendored
+4
-4
@@ -72,7 +72,7 @@ declare module THREE {
|
||||
*/
|
||||
export class Projector {
|
||||
constructor();
|
||||
|
||||
|
||||
// deprecated.
|
||||
projectVector(vector: Vector3, camera: Camera): Vector3;
|
||||
|
||||
@@ -88,10 +88,10 @@ declare module THREE {
|
||||
* @param sort select whether to sort elements using the Painter's algorithm.
|
||||
*/
|
||||
projectScene(scene: Scene, camera: Camera, sortObjects: boolean, sortElements?: boolean): {
|
||||
objects: Object3D[]; // Mesh, Line or other object
|
||||
sprites: Object3D[]; // Sprite or Particle
|
||||
objects: Object3D[]; // Mesh, Line or other object
|
||||
sprites: Object3D[]; // Sprite or Particle
|
||||
lights: Light[];
|
||||
elements: Face3[]; // Line, Particle, Face3 or Face4
|
||||
};
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user