Skip to content

Commit

Permalink
Merge pull request #7 from JongMany/feature/main
Browse files Browse the repository at this point in the history
remove: 안쓰는 코드 제거
  • Loading branch information
JongMany authored Jul 3, 2024
2 parents a36e8e9 + 95da76d commit 2dbccc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fe/src/webGl/StarScene.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export class StarScene {
private camera?: THREE.PerspectiveCamera;
private pointLight?: THREE.Light;
private ambientLight?: THREE.Light;
private models: THREE.Object3D[] = [];
// private models: THREE.Object3D[] = [];
private myStar?: THREE.Object3D[] = [];
private controls?: OrbitControls;
private scrollRate: number = 0;
Expand Down

0 comments on commit 2dbccc9

Please sign in to comment.