Skip to content

NSTHR/Website-cl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

3D Model Viewer

브라우저에서 3D 모델을 관찰할 수 있는 정적 웹사이트입니다. Three.js 기반이며 별도의 빌드 과정 없이 동작합니다.

지원 포맷

  • GLB / GLTF
  • OBJ
  • FBX
  • STL

기능

  • 파일 열기 버튼 또는 드래그앤드롭으로 모델 로드
  • 좌클릭 회전, 우클릭 이동, 휠 확대/축소 (OrbitControls)
  • 와이어프레임 / 그리드 / 자동 회전 토글
  • 환경광·주광원 강도 조절, 배경 색상 변경
  • 버텍스/삼각형/메시 통계 표시
  • 큐브·구체·토러스 샘플 도형

실행 방법

ES Modules를 사용하므로 로컬에서 정적 서버로 열어야 합니다.

# Python
python3 -m http.server 8000

# Node (npx)
npx serve .

브라우저에서 http://localhost:8000 접속.

About

Website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors