ray-geom-intersections
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -7,4 +7,4 @@ const vec3 = require('pex-math/Vec3') | ||
out.length = 0 | ||
let point = [] | ||
for (let i = 0; i < triangles.length; i++) { | ||
let point = [] | ||
let triangle = triangles[i] | ||
@@ -11,0 +11,0 @@ let p0 = vec3.copy(vertices[triangle[0]]) |
{ | ||
"name": "ray-geom-intersections", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "generate array of intersection points from array and geometry", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
1906