sector_set3dfloorHERE(model id, floorangle, ceilingangle, int flags, int lineid)
sector_set3dfloorHERESolid(model id, floorangle, ceilingangle, int flags, int lineid)
sector_set3dfloorHEREUDMF(model id, floorangle, ceilingangle, int type, int flags)
This specials create 3d floor in line-front sector. angle in degrees (+89..-89, -89 is 128 + angle = 217), but for UDMF there may be fixed point value, if angle >=255. (256 is 0,004 degrees). points of 3d floor on line with this special has Z coordinates as in model sector. another points of sector has Z coordinates as model Z + sin(angle)*dstanceFromLine/C. C is 64.0 (maybe). Floor and ceilind texture for 3в floor taken from model sector.
Sector may be has many lines with this specials, earth create own 3d sloped sector

