-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(VEarthquake): add documentation for
zCEarthquake
- Loading branch information
1 parent
299f383
commit b0a558e
Showing
3 changed files
with
70 additions
and
7 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,48 @@ | ||
# zCEarthquake | ||
|
||
!!! abstract inline end "Quick Infos" | ||
**Type:** Virtual Object<br/> | ||
**Format Name:** ZenGin Archive<br/> | ||
**File Extension:** `.ZEN`<br/> | ||
**Class Name:** `zCEarthquake`<br/> | ||
**Version Identifiers:**<br /> | ||
— Gothic I: *Unused*<br/> | ||
— Gothic II: `52224`<br/> | ||
**ZenKit Class:** `VEarthquake` | ||
|
||
A VObject used to create an earthquake effect. An earthquake is represented by a shaking camera. | ||
|
||
<ul class="sp-list"> | ||
<li class="sp-type"><a href="../zCVob/">zCVob</a></li> | ||
<li class="sp-type"> | ||
<span>zCEarthquake</span> | ||
<ul class="sp-list"> | ||
<li class="sp-folder"> | ||
<span>Earthquake</span> | ||
<ul class="sp-list"> | ||
<li class="sp-float"><a href="#radius">radius</a> = 200</li> | ||
<li class="sp-float"><a href="#timeSec">timeSec</a> = 5</li> | ||
<li class="sp-vec"><a href="#amplitudeCM">amplitudeCM</a> = 0 0 0</li> | ||
</ul> | ||
</li> | ||
</ul> | ||
</li> | ||
</ul> | ||
|
||
## Properties | ||
|
||
<a name="radius" class="t-float"></a> `radius` | ||
|
||
: The radius of the earthquake effect | ||
|
||
<a name="timeSec" class="t-float"></a> `timeSec` | ||
|
||
: The duration of the earthquake effect in seconds. | ||
|
||
<a name="amplitudeCM" class="t-float"></a> `amplitudeCM` | ||
|
||
: The amplitude of the earthquake effect. | ||
|
||
## Sources | ||
|
||
The Russian-language knowledge accumulator [gothic-library.ru](http://www.gothic-library.ru/publ/zcearthquake/1-1-0-516). |
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