Skip to content

Commit

Permalink
Remove uuid
Browse files Browse the repository at this point in the history
  • Loading branch information
keupoz committed May 9, 2024
1 parent e1161cf commit b83cd94
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/mson/three/ThreeModelFoundry.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import type { Material } from 'three';

import { Group, Mesh } from 'three';
import { generateUUID } from 'three/src/math/MathUtils.js';

import type {
CuboidInfo,
Expand All @@ -17,8 +16,6 @@ import { createGeometry } from './createGeometry';
export type GetMaterial = (name: string) => Material;

export class ThreeModelFoundry extends ModelFoundry<Group, Group, Mesh> {
public readonly uuid = generateUUID();

private readonly getMaterial: GetMaterial;

constructor(getMaterial: GetMaterial) {
Expand Down

0 comments on commit b83cd94

Please sign in to comment.