webgl-ray-tracer
An interactive ray-tracer written for the browser using WebGL
파일 탐색기
최종 버전 다운로드 (.zip)- ci.yml
- pre-commit
- launch.json
- settings.json
- canvas-fs.glsl
- canvas-vs.glsl
- favicon.ico
- sample-fs.glsl
- sample-vs.glsl
- suzanne.mtl
- suzanne.obj
- shot1.png
- shot2.png
- shot3.png
- shot4.png
- appInfo.module.scss
- appInfo.tsx
- canvas.tsx
- forms.module.scss
- forms.tsx
- progress.module.scss
- progress.tsx
- renderingParams.module.scss
- renderingParams.tsx
- renderingStatus.module.scss
- renderingStatus.tsx
- storeProvider.tsx
- matrix4x4.ts
- ray.ts
- refFrame.ts
- sphere.ts
- vector1x4.ts
- appSlice.ts
- hooks.ts
- store.ts
- canvasShader.ts
- colorTextures.ts
- material.ts
- randomTexture.ts
- sampleShader.ts
- scene.ts
- shader.ts
- globals.css
- canvasVars.ts
- mtlFileParser.d.ts
- objFileParser.d.ts
- index.tsx
- vite-env.d.ts
- .gitignore
- .prettierignore
- CLAUDE.md
- eslint.config.mjs
- index.html
- LICENSE
- package-lock.json
- package.json
- prettier.config.mjs
- README.md
- tsconfig.json
- tsconfig.node.json
- vite.config.ts
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/kamyy/webgl-ray-tracer
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd webgl-ray-tracer
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
// repository documentation
Was this content helpful?
(0 ratings)
