gl-draw 0.17.6 → 0.17.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1997,7 +1997,7 @@ export declare class MeshLineMaterial extends ShaderMaterial {
|
|
|
1997
1997
|
set rtcOffset(value: Vector3);
|
|
1998
1998
|
get viewRotation(): Matrix4;
|
|
1999
1999
|
set viewRotation(value: Matrix4);
|
|
2000
|
-
updateRTC(center: Vector3,
|
|
2000
|
+
updateRTC(center: Vector3, cameraMatrixWorld: Matrix4): void;
|
|
2001
2001
|
}
|
|
2002
2002
|
|
|
2003
2003
|
declare interface MeshLineMaterialParameters extends ShaderMaterialParameters {
|