Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
EPreviewEntityMesh.c
Go to the documentation of this file.
2{
3 MESH, //--- XOB mesh
4 PREFAB, //--- Prefab file
5
6 ELLIPSE = 10,
7 RECTANGLE = 20,
8};
EPreviewEntityShape
@ PREFAB
@ ELLIPSE
Ellipse using Radius and Resolution.
@ RECTANGLE
Rectangle shape that has a width and length.
@ MESH
Triangle mesh. Just triangle list, no tri-fan/tri-strip.
Definition ShapeType.c:27