Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📝 학습 내용 요약
3D 캐릭터 로드 및 환경 세팅
조명 디버깅을 위한 Helper 추가
THREE.Vector3
바닥 텍스처
wrapS/wrapT=RepeatWrapping,repeat.set(...)등을 조정해 타일링했어요.애니메이션 제어
AnimationMixer를 사용해 캐릭터 애니메이션을 관리할 수 있어요.AnimationMixer는clock.getDelta()나performance.now()기반의 delta를mixer.update(delta)에 넘겨와 프레임 독립적으로 동작해요.3D 좌표 변환
시간 관리
performance.now()로 애니메이션에서 정밀한 시간 계산이 가능해요.Date.now()와 다르게 페이지 로드 기준의 경과 시간을 제공해 애니메이션 처리에 적합한 것 같아요.2025-12-09.6.43.40.1.mov
📁 실습 파일 설명
🌟 느낀 점 및 피드백 요청 사항
2025-12-09.7.25.30.mov