Struct
RmfFace
since: 0
Description [src]
struct RmfFace {
None texture_name;
RmfVector right_axis;
rmf_float shift_x;
RmfVector down_axis;
rmf_float shift_y;
rmf_float angle;
rmf_float scale_x;
rmf_float scale_y;
GArray* vertices;
None plane_points;
}
A flat polygon, used to define the 3D space which makes up a
RmfSolid.
Structure members
texture_nameName of the texture applied to the face.
right_axisProjected right axis for texture application.
shift_xHorizontal shift of the texture.
down_axisProjected down axis for texture application.
shift_yVertical shift of the texture.
angleRotation applied to the right and down axes.
scale_xHorizontal scaling multiplier.
scale_yVertical scaling multiplier.
verticesThe vertices which make up the polygon.
plane_pointsA triple of points which define the face’s 3D plane.
Available since: 0