{{tag>graphic skin texture}} [[:start|Start Page]] >> [[:gamedev|Game Development with the Drag[en]gine]] >> [[gamedev:skinproperties|Skin Texture Properties]] >> [[gamedev:texturepropertylist|Texture Property Database]] >> **clip.plane.border** ====== Skin Texture Property: clip.plane.border ====== Defines size in meters of the blend zone between clipped and unclipped geometry. |Excepted Data Source|1 component value| |Data Range|any floating point value| |Default Value|0| |Affected Modules|Graphic| |Linked Properties|[[gamedev:textureproperties:clip_plane_border|clip.plane]], [[gamedev:textureproperties:solidity|solidity]], [[gamedev:textureproperties:solidity_masked|solidity.masked]]| ====== Description ====== Using the **clip.plane.border** texture property allows to create a smooth transition between the two sides. Modifies the behavior of [[gamedev:textureproperties:clip_plane_border|clip.plane]]. This property is specified using a single value. A value of 0 creates a hard break between clipped and unclipped geometry. Values larger or smaller than 0 create a soft transition between clipped and unclipped geometry. With values larger than 0 geometry is fully clipped at the clip plane origin and fully unclipped "value" meters in front of the clip plane. With values smaller than 0 geometry is fully unclipped at the clip plane origin and fully clipped "-value" meters behind the clip plane. Hence using positive values the border zone expands into the positive side of the clip plane while negative values expand into the negative side of the clip plane. The default value for this texture property is 0. ====== Examples ====== Bone at portal pointing right. Value 0.75 (blender along bone positive Z axis) {{ :gamedev:textureproperties:clip_plane_border_positive.webm?686x322 |Value 0.75 (blender along bone positive Z axis)}} Bone at portal pointing right. Value -0.75 (blender along bone negative Z axis) {{ :gamedev:textureproperties:clip_plane_border_negative.webm?686x322 |Value -0.75 (blender along bone negative Z axis)}}