The following custom attributes (custom parameters) are used with this plug-in. All parameter names start with NW4C_ForBanner
.
Type | Node Types | Attribute Names | Attribute Types |
Meaning of the Values |
Flag for disabling node compression | Nodes | NW4C_ForBannerNoCompressNode | int | 0 = compression enabled 1 = compression disabled |
Polygon culling setting | Material | NW4C_ForBannerMatAttrCullFace | enum | 0 = front face culling 1 = back face culling 2 = both face culling 3 = no culling |
Flag for enabling fragment lighting | Material | NW4C_ForBannerMatAttrFragmentLighting | bool | 0 = disable per-fragment lighting 1 = enable per-fragment lighting |
Flag for enabling vertex lighting | Material | NW4C_ForBannerMatAttrVertexLighting | bool |
0 = disable per-vertex lighting 1 = enable per-vertex lighting |
Flag for disabling material compression | Material | NW4C_ForBannerMatAttrNoCompress | bool |
0 = Compression enabled 1 = Compression disabled |
Blend Mode | Material | NW4C_ForBannerMatAttrBlendMode | enum | -1 = Auto 0 = Opaque 1 = Alpha Test 2 = Translucent 3 = Add 4 = Sub 5 = Multiply |
Flag for using polygon rendering priority | Material | NW4C_ForBannerRenderPrioUsePriority | bool |
0 = Do not use rendering priority (Don't care) 1 = Use rendering priority (care) |
Polygon rendering priority | Material | NW4C_ForBannerRenderPrioPriority | int |
rendering priority value (1 to 255) |
Billboard | Nodes | NW4C_ForBannerBillboardType | enum |
0 = No Billboard 1 = World 2 = World Viewpoint 3 = Screen 4 = Screen Viewpoint 5 = Y Axial 6 = Y Axial Viewpoint |
Forced key output flag (Translation) | Nodes | NW4C_ForBannerForceExportKeyTrans | bool |
0 = Unnecessary animation keys are not output. 1 = At least one animation key is always output. |
Forced key output flag (Rotation) | Nodes | NW4C_ForBannerForceExportKeyRotate | bool |
0 = Unnecessary animation keys are not output. 1 = At least one animation key is always output. |
Forced key output flag (Scaling) | Nodes | NW4C_ForBannerForceExportKeyScale | bool |
0 = Unnecessary animation keys are not output. 1 = At least one animation key is always output. |
Name list for user data | Node/material | NW4C_ForBannerUserDataParamNameList | string | Stores the list of names for user data. Each name is separated by \r\n. |
Type list for user data | Node/material | NW4C_ForBannerUserDataParamTypeList | string | Stores a list of types of user data. Each type is separated by \r\n. String = string type data. Integer = integer type data. Float = floating point number data. |
Value list for user data | Node/material | NW4C_ForBannerUserDataParamValueList | string | Stores a list of values for user data. Each value is separated by \r\n. |
CONFIDENTIAL