🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@maptalks/reshader.gl

Package Overview
Dependencies
Maintainers
1
Versions
277
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@maptalks/reshader.gl - npm Package Compare versions

Comparing version
0.104.2
to
0.105.0
+26
-1
dist/reshadergl.d.ts
/// <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