smoothvoxels
Advanced tools
Comparing version 1.2.3 to 1.2.4
{ | ||
"name": "smoothvoxels", | ||
"version": "1.2.3", | ||
"version": "1.2.4", | ||
"description": "Smooth Voxels", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -109,3 +109,3 @@ import { intByteLength } from './constants' | ||
voxels.setColorAt(vx - shiftX - minX, vy - shiftY, vz - shiftZ - minZ, svoxColor) | ||
voxels.setColorAt(vx - shiftX - minX, vy - shiftY - minZ, vz - shiftZ - minY, svoxColor) | ||
}) | ||
@@ -112,0 +112,0 @@ |
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
1892776