Skip to content
Snippets Groups Projects

Add clipmidtex property to lines and sides

Open Lactozilla requested to merge clipmidtex into next

General

Adds clipmidtex from ZDoom.

If true, this side's mid textures are clipped to floor and ceiling. Default is to let them "bleed" through floor and ceiling planes. Note that OpenGL renderers will clip mid textures regardless.

Source: https://zdoom.org/wiki/Sidedef

srb21132

If clipmidtex is used on a polyobject side, this clips the polyobject's textures against its heights, rather than extending past them.

srb20591

Example maps

clipmidtex-test.wad
clipmidtex-test2.wad

UDMF

Changes to the UDMF specification.

Added to sides

Field Description
clipmidtex Side's mid textures are clipped to floor and ceiling.

Added to lines

Field Description
clipmidtex Side's mid textures are clipped to floor and ceiling.

Lua

Changes to the Lua API.

Added to sides

Field Description
clipmidtex Whether the middle texture is clipped to the ceiling and the floor of the sector.
Edited by Lactozilla

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
Please register or sign in to reply
Loading