@maptalks/reshader.gl
Advanced tools
+26
-1
| /// <reference types="gl-matrix/index.js" /> | ||
| /// <reference types="gl-matrix" /> | ||
| /*! | ||
| * @maptalks/reshader.gl v0.104.2 | ||
| * @maptalks/reshader.gl v0.105.0 | ||
| * LICENSE : UNLICENSED | ||
@@ -1172,2 +1172,27 @@ * (c) 2016-2025 maptalks.com | ||
| _toTexture(texture: any): any; | ||
| /** | ||
| * | ||
| * @param map | ||
| * @param from | ||
| * @param to | ||
| * @param dist | ||
| * @param rotationZ 模型绕Z轴旋转角度,弧度 | ||
| * @param rotationXY 模型绕Z轴与线段的交叉轴的旋转角度,弧度 | ||
| * @param gltfScale | ||
| * @param projectionScale | ||
| * @param options | ||
| * @returns | ||
| */ | ||
| arrangeAlongLine(from: any, to: any, xyDist: any, gltfScale: any, projectionScale: any, options: any): { | ||
| coordinates: any; | ||
| t: number; | ||
| scale: number[]; | ||
| rotation: number[]; | ||
| rotationZ: number; | ||
| rotationXY: number; | ||
| }[]; | ||
| calModelHeightScale(out: any, modelHeight: any): vec3; | ||
| _calBoxWidth(scale: any, options: any): any; | ||
| _getRotationZ(from: any, to: any): number; | ||
| _getRotationXY(xyDist: any, zDist: any): number; | ||
| } | ||
@@ -1174,0 +1199,0 @@ |
+1
-1
| { | ||
| "name": "@maptalks/reshader.gl", | ||
| "version": "0.104.2", | ||
| "version": "0.105.0", | ||
| "description": "A shader centric WebGL engine based on regl", | ||
@@ -5,0 +5,0 @@ "module": "dist/reshadergl.es.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Explicitly Unlicensed Item
LicenseSomething was found which is explicitly marked as unlicensed.
Explicitly Unlicensed Item
LicenseSomething was found which is explicitly marked as unlicensed.
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
849332
1.13%7081
1.26%36
-2.7%