three-csg-ts
Advanced tools
Comparing version 3.1.12 to 3.1.13
@@ -56,3 +56,3 @@ "use strict"; | ||
vertices[j] = new Vertex_1.Vertex(new Vector_1.Vector(x, y, z), new Vector_1.Vector(nx, ny, nz), new Vector_1.Vector(u, v, 0), colorattr && | ||
new Vector_1.Vector(colorattr.array[vt], colorattr.array[vt + 1], colorattr.array[vt + 2])); | ||
new Vector_1.Vector(colorattr.array[vp], colorattr.array[vp + 1], colorattr.array[vp + 2])); | ||
} | ||
@@ -59,0 +59,0 @@ if (objectIndex === undefined && grps && grps.length > 0) { |
@@ -53,3 +53,3 @@ import { BufferAttribute, BufferGeometry, Matrix3, Matrix4, Mesh, Vector3, } from 'three'; | ||
vertices[j] = new Vertex(new Vector(x, y, z), new Vector(nx, ny, nz), new Vector(u, v, 0), colorattr && | ||
new Vector(colorattr.array[vt], colorattr.array[vt + 1], colorattr.array[vt + 2])); | ||
new Vector(colorattr.array[vp], colorattr.array[vp + 1], colorattr.array[vp + 2])); | ||
} | ||
@@ -56,0 +56,0 @@ if (objectIndex === undefined && grps && grps.length > 0) { |
{ | ||
"name": "three-csg-ts", | ||
"version": "3.1.12", | ||
"version": "3.1.13", | ||
"description": "CSG library for use with THREE.js", | ||
@@ -5,0 +5,0 @@ "main": "lib/cjs/index.js", |