2018년 7월 28일 토요일

Following Unity Tutorials-6 / 유니티 튜토리얼 따라하기-6

This is the link of Unity Tutorials down below.
아래는 유니티 튜토리얼 링크. (Tutorial 06)

https://www.youtube.com/watch?v=D4I0I3QJAvc&list=PLPV2KyIb3jR5QFsefuO2RlAgWEz6EvVi6&index=7

1) ForceMode.VelocityChange is direct edits to the velocity of the object and it completely ignores its mass.
이 코드는 속도 적용이 바로 되고 질량을 무시한다.


2) Adding some other obstacles and video of playing that.
장애물을 추가하고 플레이 하는 영상.


댓글 없음:

댓글 쓰기

[프로그래머스] 프린터 (자바/Java)

문제 설명 일반적인 프린터는 인쇄 요청이 들어온 순서대로 인쇄합니다. 그렇기 때문에 중요한 문서가 나중에 인쇄될 수 있습니다. 이런 문제를 보완하기 위해 중요도가 높은 문서를 먼저 인쇄하는 프린터를 개발했습니다. 이 새롭게 개발한 프린터는 아래와 같은...