@glowjs/core 2025.1.7 → 2025.1.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/glow.core.d.ts
CHANGED
|
@@ -51,6 +51,7 @@ import { CreateSphere } from '@babylonjs/core/Meshes/Builders/sphereBuilder';
|
|
|
51
51
|
import { CreateTube } from '@babylonjs/core/Meshes/Builders/tubeBuilder';
|
|
52
52
|
import { Geometry } from '@babylonjs/core/Meshes/geometry';
|
|
53
53
|
import { InstancedMesh } from '@babylonjs/core/Meshes/instancedMesh';
|
|
54
|
+
import { LinesMesh } from '@babylonjs/core/Meshes/linesMesh';
|
|
54
55
|
import { Mesh } from '@babylonjs/core/Meshes/mesh';
|
|
55
56
|
import { VertexData } from '@babylonjs/core/Meshes/mesh.vertexData';
|
|
56
57
|
import { TransformNode } from '@babylonjs/core/Meshes/transformNode';
|
|
@@ -6714,6 +6715,7 @@ export {
|
|
|
6714
6715
|
InstancedMesh,
|
|
6715
6716
|
InstantiatedEntries,
|
|
6716
6717
|
Line2D,
|
|
6718
|
+
LinesMesh,
|
|
6717
6719
|
Material,
|
|
6718
6720
|
Matrix,
|
|
6719
6721
|
Measure,
|