Plane_Align
Aligns the plane of the floor and/or ceiling depending on the values floor and ceiling. For a more extensive look, check out slopes.
181:Plane_Align (floor, ceiling, lineid)
![]() |
Warning: This special is not fully supported by the UDMF map format. Certain parameters, noted below, have been made obsolete by the ability to directly specify properties within the linedef structure. These parameters should be set to 0 when using the UDMF format. |
- floor: “1” slopes the floor on front side of the line; “2” slopes the floor on the back side.
- ceiling: Same as for floor, but for the ceiling plane, respectively.
- lineid: also sets this line's id if non-zero. Obsolete in UDMF.
Note: A value of 0 means no sloping is applied.
Examples
An example WAD can be found here.
![]() |
Note: This article lists no examples. If you make use of this feature in your own project(s) or know of any basic examples that could be shared, please add them. This will make it easier to understand for future authors seeking assistance. Your contributions are greatly appreciated. |
Conversions from linedef types
The following Doom map format types can be converted as Plane_Align:
Type | Conversion | Trigger |
---|---|---|
![]() | Plane_Align (1, 0) | |
![]() | Plane_Align (0, 1) | |
![]() | Plane_Align (1, 1) | |
![]() | Plane_Align (2, 0) | |
![]() | Plane_Align (0, 2) | |
![]() | Plane_Align (2, 2) | |
![]() | Plane_Align (2, 1) | |
![]() | Plane_Align (1, 2) | |
![]() | Plane_Align (1, 0) | |
![]() | Plane_Align (0, 1) | |
![]() | Plane_Align (1, 1) | |
![]() | Plane_Align (2, 0) | |
![]() | Plane_Align (0, 2) | |
![]() | Plane_Align (2, 2) | |
![]() | Plane_Align (2, 1) | |
![]() | Plane_Align (1, 2) |
External links
This article is issued from Zdoom. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.