-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix w
- Loading branch information
Showing
12 changed files
with
121 additions
and
2 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
## 1.80 New Features | ||
|
||
## Common | ||
|
||
### Collisions | ||
|
||
Added the feature to make particles and surfaces collide. | ||
|
||
### Track, Ribbon | ||
|
||
Added the feature to set UVs that repeat every specified length. | ||
|
||
### Rotation | ||
|
||
Added the feature to rotate particles in the direction of movement. | ||
|
||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# Collision | ||
|
||
## Overview | ||
|
||
Specify parameters for collision. Enabling collision causes particles that collide with the specified surface to bounce back. | ||
|
||
TODO : image | ||
|
||
## Parameters | ||
|
||
### enable | ||
|
||
Enables collision. | ||
|
||
### Bounce | ||
|
||
Sets the strength of the rebound upon collision. | ||
|
||
### Height | ||
|
||
Sets the height of the colliding plane. | ||
|
||
### Coordinate System | ||
|
||
Sets the coordinate system of the colliding plane. |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# 1.80 新機能 | ||
|
||
## 共通 | ||
|
||
### 衝突 | ||
|
||
パーティクルと面が衝突するようにする機能が追加されました。 | ||
|
||
### 軌跡、リボン | ||
|
||
指定した長さごとにUVを繰り返すUVを設定する機能を追加しました。 | ||
|
||
### 回転 | ||
|
||
移動方向にパーティクルを回転する機能が追加されました。 |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# 衝突 | ||
|
||
## 概要 | ||
|
||
衝突に関するパラメーターを設定します。衝突を有効にすると指定した面に衝突したパーティクルが跳ね返るようになります。 | ||
|
||
TODO : image | ||
|
||
## パラメーター | ||
|
||
### 有効 | ||
|
||
衝突を有効にします。 | ||
|
||
### バウンス | ||
|
||
衝突した時に反発する強さを設定します。 | ||
|
||
### 高さ | ||
|
||
衝突する平面の高さを設定します。 | ||
|
||
### 座標系 | ||
|
||
衝突する平面の座標系を設定します。 |
This file contains 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
This file contains 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
This file contains 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
This file contains 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