Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: 키캡 만들기 #3

Merged
merged 8 commits into from
Feb 12, 2023
Merged

Conversation

ImHyeLim1209
Copy link
Collaborator

@ImHyeLim1209 ImHyeLim1209 commented Feb 12, 2023

Overview

image

작업내용

  • 키캡 모양 만들기
  • 키캡 각인 만들기
  • json으로 키캡 여러 개 만들기

키캡 잔여 이슈

  • 키캡 각인
    • 일부 문자의 경우 윗 부분이 잘림 ex. S
    • 화질 개선
  • 키캡
    • 키캡 모습 퀄리티 향상 (하이라이팅 등)
  • 키보드
    • 키캡 간 간격 추가

참고사항

키캡 Geometry 간단 설명

image

image

image

image

- 위에서 정의한 값들과 좌표를 토대로 위와 같이 삼각형들을 이어 만든 것입니다.

@ImHyeLim1209
Copy link
Collaborator Author

레포 수정권한이 없어서 그런가 Reviewer/Asignee 설정도 못하고 머지도 못하네요 ㅠ.ㅠ
가능한 분이 할당해주시고 머지해주세용..

Comment on lines +6 to +8
const frontLight = useRef<DirectionalLight>(null!)
const backShadow = useRef<DirectionalLight>(null!)

Copy link
Member

@behoney behoney Feb 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

null! 보다 좋은 핸들링을 찾고 싶은데, 마땅한 방법이 떠오르지 않네요 :(

Copy link
Member

@behoney behoney left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

너무 고생 많으셨습니다.!

@behoney behoney merged commit 4bfc5f0 into Febase:master Feb 12, 2023
@ImHyeLim1209 ImHyeLim1209 self-assigned this Feb 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants