Comparing version 4.11.4 to 4.11.5
@@ -363,3 +363,3 @@ | ||
export function getAxis(m: m4.Mat4, axis: number): void; | ||
export function setAxis(v: v3.Vec3, axis: number, dst?: m4.Mat4): m4.Mat4; | ||
export function setAxis(m: m4.Mat4, v: v3.Vec3, axis: number, dst?: m4.Mat4): m4.Mat4; | ||
export function perspective(fieldOfViewYInRadians: number, aspect: number, zNear: number, zFar: number, dst?: m4.Mat4): m4.Mat4; | ||
@@ -366,0 +366,0 @@ export function ortho(left: number, right: number, bottom: number, top: number, near: number, far: number, dst?: m4.Mat4): m4.Mat4; |
{ | ||
"name": "twgl.js", | ||
"version": "4.11.4", | ||
"version": "4.11.5", | ||
"description": "A Tiny WebGL helper library", | ||
@@ -5,0 +5,0 @@ "main": "dist/4.x/twgl-full.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
657114
16191