The following custom attributes (custom parameters) are used with this plug-in. All parameter names start with "nw4c".
| Type | Node Types | Attribute Names | Attribute Types |
Meaning of the Values |
| Node Compression Disable Flag | Nodes | NW4CNoCompressNode | int | 0 = compression enabled 1 = compression disabled |
| Polygon culling setting | Material | NW4CMatAttrCullFace | enum | 0 = front face culling 1 = back face culling 2 = both face culling 3 = no culling |
| Flag for enabling fragment lighting | Material | NW4CMatAttrFragmentLighting | bool | 0 = disable per-fragment lighting 1 = enable per-fragment lighting |
| Flag for enabling vertex flag | Material | NW4CMatAttrVertexLighting | bool | 0 = disable per-vertex lighting 1 = enable per-vertex lighting |
| Material Compression Disable Flag | Material | NW4CMatAttrNoCompress | bool | 0 = compression enabled 1 = compression disabled |
| Blend Mode | Material | NW4CMatAttrBlendMode | enum | -1 = Auto 0 = Opaque 1 = Alpha Test 2 = Translucent 3 = Add 4 = Sub 5 = Multiply |
| Polygon Rendering Priority Use Flag |
Material | NW4CRenderPrioUsePriority | bool | 0 = Does not use rendering priority (Don't care) 1 = Use rendering priority (care) |
| Polygon Rendering Priority | Material | NW4CRenderPrioPriority | int | rendering priority value (1 to 255) |
| Billboard | Nodes | NW4CBillboardType | enum | 0 = No Billboard 1 = World 2 = World Viewpoint 3 = Screen 4 = Screen Viewpoint 5 = Y Axial 6 = Y Axial Viewpoint |
CONFIDENTIAL