C# Class entity.Renderers.BSPCollisionViewer.polygonInfo

All the info required for each polygon on the screen
Mostrar archivo Open project: troymac1ure/Entity

Public Properties

Property Type Description
breakSurface byte
flags byte
indices short[]
material short
plane int

Public Methods

Method Description
polygonInfo ( ) : System

Method Details

polygonInfo() public method

public polygonInfo ( ) : System
return System

Property Details

breakSurface public_oe property

Breakable Surface # ?? Maybe part of flags?
public byte breakSurface
return byte

flags public_oe property

Polygon flags
public byte flags
return byte

indices public_oe property

The indices of the polygon
public short[] indices
return short[]

material public_oe property

The material of the polygon
public short material
return short

plane public_oe property

The plane index of the polygon
public int plane
return int