mirror of
https://github.com/Doodle3D/Doodle3D-Core.git
synced 2024-12-22 11:03:48 +01:00
add imports
This commit is contained in:
parent
f79338d3c8
commit
9f03127cc7
2
src/d3/ShapeMesh.js
vendored
2
src/d3/ShapeMesh.js
vendored
@ -3,7 +3,7 @@ import { applyMatrixOnPath } from '../utils/vectorUtils.js';
|
|||||||
import { shapeToPointsCornered } from '../shape/shapeToPoints.js';
|
import { shapeToPointsCornered } from '../shape/shapeToPoints.js';
|
||||||
import * as THREE from 'three';
|
import * as THREE from 'three';
|
||||||
import { getPointsBounds, shapeChanged } from '../shape/shapeDataUtils.js';
|
import { getPointsBounds, shapeChanged } from '../shape/shapeDataUtils.js';
|
||||||
// import { DESELECT_TRANSPARENCY, LEGACY_HEIGHT_STEP, LEGACY_HEIGHT_STEP } from '../js/constants/d3Constants.js';
|
import { DESELECT_TRANSPARENCY, LEGACY_HEIGHT_STEP } from '../constants/d3Constants.js';
|
||||||
|
|
||||||
const MAX_HEIGHT_BASE = 5;
|
const MAX_HEIGHT_BASE = 5;
|
||||||
// Legacy compensation. Compensating for the fact that we
|
// Legacy compensation. Compensating for the fact that we
|
||||||
|
Loading…
Reference in New Issue
Block a user