Api session event editor customgeometry add: Difference between revisions
Jump to navigation
Jump to search
Created page with "API Event to Add a custom geometry to render. {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(Floating point number or multiple values in array [1.0, 2.0, 3.0] or matrix [[1.0, 2.0], [3.0, 4.0], [5.0, 6.0]]) |3D Data array | |- |1 |REQUIRED |(TColor or multiple values in array [a, b, c]) |Color | |- |2 |REQUIRED |(String or multiple values in array ["a", "b", "c"]) |Texture Names | |- |3 |REQUIRED |(boolean or multiple values in array..." |
No edit summary |
||
| (6 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
API Event to Add a | API Event to Add a [[Custom Geometry]] to render. | ||
{|class=wikitable | {|class=wikitable | ||
!Name | !Name | ||
| Line 49: | Line 49: | ||
|} | |} | ||
===Example POST=== | ===Example POST=== | ||
Example POST: https://engine.tygron.com/api/session/event/editorcustomgeometry/add/?f= | Example POST: https://engine.tygron.com/api/session/event/editorcustomgeometry/add/?f=JSON&token=API_TOKEN | ||
with content: | with content: | ||
<pre>[ [ [ 1.0, 2.0 ], [ 3.0, 4.0 ], [ 5.0, 6.0 ] ], [ { | <pre>[ [ [ 1.0, 2.0 ], [ 3.0, 4.0 ], [ 5.0, 6.0 ] ], [ { | ||
"argb" : | "argb" : 593838839 | ||
}, { | }, { | ||
"argb" : | "argb" : 1545884828 | ||
}, { | }, { | ||
"argb" : | "argb" : -979432616 | ||
} ], [ "Texture Name 1", "Texture Name 2", "Texture Name 3" ], [ true, false, true ], [ true, false, true ] ] | } ], [ "Texture Name 1", "Texture Name 2", "Texture Name 3" ], [ true, false, true ], [ true, false, true ] ] | ||
</pre> | </pre> | ||
{{article end|seealso=*[[ | {{article end|seealso=*[[Api session event editor customgeometry]] | ||
*[[Api session items customgeometries]] | |||
}} | |||
[[Category:API]] | [[Category:API]] | ||
Latest revision as of 12:05, 1 April 2026
API Event to Add a Custom Geometry to render.
| Name | Importance | Type | Description | Values |
|---|---|---|---|---|
| 0 | REQUIRED | (Floating point number or multiple values in array [1.0, 2.0, 3.0] or matrix [[1.0, 2.0], [3.0, 4.0], [5.0, 6.0]]) | 3D Data array | |
| 1 | REQUIRED | (TColor or multiple values in array [a, b, c]) | Color | |
| 2 | REQUIRED | (String or multiple values in array ["a", "b", "c"]) | Texture Names | |
| 3 | REQUIRED | (boolean or multiple values in array [a, b, c]) | Use absolute height from 3D Data array | |
| 4 | REQUIRED | (boolean or multiple values in array [a, b, c]) | Render both the front and back face |
Response Codes
| Response Code: | Description |
|---|---|
| 200 | Integer[] (Integer array) |
| 300-600 | Codes Overview |
Example POST
Example POST: https://engine.tygron.com/api/session/event/editorcustomgeometry/add/?f=JSON&token=API_TOKEN
with content:
[ [ [ 1.0, 2.0 ], [ 3.0, 4.0 ], [ 5.0, 6.0 ] ], [ {
"argb" : 593838839
}, {
"argb" : 1545884828
}, {
"argb" : -979432616
} ], [ "Texture Name 1", "Texture Name 2", "Texture Name 3" ], [ true, false, true ], [ true, false, true ] ]