Skip to content

Commit

Permalink
chore: fix sample import
Browse files Browse the repository at this point in the history
  • Loading branch information
lslzl3000 committed Aug 14, 2024
1 parent ba26dc8 commit c154fe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/physics/Sample_MultipleShapes.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Engine3D, LitMaterial, MeshRenderer, BoxGeometry, Object3D, Scene3D, View3D, Object3DUtil, Vector3, AtmosphericComponent, DirectLight, SphereGeometry, CameraUtil, HoverCameraController, BitmapTexture2D, VertexAttributeName, Color, CylinderGeometry, TorusGeometry, ComponentBase } from "@orillusion/core";
import { TerrainGeometry } from "@orillusion/effect";
import { TerrainGeometry } from "@orillusion/geometry";
import { Graphic3D } from "@orillusion/graphic";
import { Ammo, CollisionShapeUtil, Physics, Rigidbody } from "@orillusion/physics";
import { Stats } from "@orillusion/stats";
Expand Down

0 comments on commit c154fe1

Please sign in to comment.