Api session event editor customgeometry add

From Tygron Support wiki
Revision as of 14:11, 30 March 2026 by Frank@tygron.nl (talk | contribs)
Jump to navigation Jump to search

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=HTML&token=API_TOKEN

with content:

[ [ [ 1.0, 2.0 ], [ 3.0, 4.0 ], [ 5.0, 6.0 ] ], [ {
 "argb" : -768197443
}, {
 "argb" : 1343786105
}, {
 "argb" : 1010143958
} ], [ "Texture Name 1", "Texture Name 2", "Texture Name 3" ], [ true, false, true ], [ true, false, true ] ]