Plane - xkp/Doc GitHub Wiki
Overview
This class represent a simple plane in space.
Properties
-
width: plane's width, in world units.
-
height: plane's height, in world units.
-
width_segments: int, number of subdivisions on the width side.
-
height_segments: int, number of subdivisions on the height side.
Usage
<plane id="my_plane" width="100" height="100"/>