Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- local minimum
- 머신러닝
- 선형모델
- 회귀학습
- 회귀
- struct
- call by value
- regression
- kubernetes
- Effective C++
- Machine learning
- Class
- Linear Regression
- 비선형 함수
- Nonlinear Function
- inheritance
- 비선형모델
- member function
- least square
- MapReduce
- Nonlinear Model
- Overloading
- 최소제곱법
- c++
- virtual function
- 맵리듀스
- 딥러닝
- overriding
- 지도학습
- call by reference
Archives
- Today
- Total
J's Study log
[Unity] Physics Material 본문
Physics Material - You can use it to change object's physical properties such as
Dynamic Friction - How much friction does the object have while moving.
Static Friction - How much power you have to give object to move it.
Bounciness - How much ratio of reaction does the object have. (0~1)
Friction/Bounciness Combine - (What if each maximum and minimum objects crush?)
Collider - The actual reacting shape of an object. If the sphere object's collider is box shaped. It moves as if it is a box. And also you can change the size and location of the collider.
'Computer Language > Unity' 카테고리의 다른 글
[Unity] GetComponent (0) | 2019.02.23 |
---|---|
[Unity] Script (0) | 2019.02.23 |
[Unity] Component (0) | 2019.02.19 |
[Unity] Camera & Light (0) | 2019.02.19 |
[Unity] Transform & Inspector (0) | 2019.02.19 |
Comments