-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
43 changed files
with
321 additions
and
3 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,28 @@ | ||
--- | ||
title: AR Hit Test Settings | ||
layout: default | ||
parent: Objects Schema | ||
grand_parent: ARENA Objects | ||
--- | ||
|
||
<!--CAUTION: This file is autogenerated from https://github.com/arenaxr/arena-schemas. Changes made here may be overwritten.--> | ||
|
||
|
||
AR Hit Test Settings | ||
==================== | ||
|
||
|
||
A-Frame AR Hit Test Settings. | ||
|
||
More properties at <a href='https://aframe.io/docs/1.5.0/components/ar-hit-test.html'>AR Hit Test</a> component. | ||
|
||
AR Hit Test Settings Attributes | ||
-------------------------------- | ||
|
||
|Attribute|Type|Default|Description|Required| | ||
| :--- | :--- | :--- | :--- | :--- | | ||
|**enabled**|boolean|```True```|Whether to do hit-testing or not.|Yes| | ||
|**src**|string|```'static/images/reticle-gray.png'```|Image to use for the reticle.|Yes| | ||
|**type**|string; One of: ```['footprint', 'map']```|```'footprint'```|Footprint is the shape of the model.|No| | ||
|**footprintDepth**|number|```0.1```|Amount of the model used for the footprint, 1 is full height.|No| | ||
|**mapSize**|string|```'0.5 0.5'```|If no target is set then this is the size of the map.|No| |
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,25 @@ | ||
--- | ||
title: Bloom | ||
layout: default | ||
parent: Objects Schema | ||
grand_parent: ARENA Objects | ||
--- | ||
|
||
<!--CAUTION: This file is autogenerated from https://github.com/arenaxr/arena-schemas. Changes made here may be overwritten.--> | ||
|
||
|
||
Bloom | ||
===== | ||
|
||
|
||
Use bloom post-processing effect. | ||
|
||
Bloom Attributes | ||
----------------- | ||
|
||
|Attribute|Type|Default|Description|Required| | ||
| :--- | :--- | :--- | :--- | :--- | | ||
|**resolution**|number|```256```|Resolution of the bloom effect (width and height).|Yes| | ||
|**strength**|number|```0.5```|Strength of the bloom effect.|Yes| | ||
|**radius**|number|```0.1```|Radius of the bloom effect.|Yes| | ||
|**threshold**|number|```0```|Threshold of the bloom effect.|Yes| |
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
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,22 @@ | ||
--- | ||
title: FXAA | ||
layout: default | ||
parent: Objects Schema | ||
grand_parent: ARENA Objects | ||
--- | ||
|
||
<!--CAUTION: This file is autogenerated from https://github.com/arenaxr/arena-schemas. Changes made here may be overwritten.--> | ||
|
||
|
||
FXAA | ||
==== | ||
|
||
|
||
Use FXAA post-processing effect. You may want to place this last in effects list. | ||
|
||
FXAA Attributes | ||
---------------- | ||
|
||
|Attribute|Type|Default|Description|Required| | ||
| :--- | :--- | :--- | :--- | :--- | | ||
|**options**|string|```' '```|placeholder options|Yes| |
Oops, something went wrong.