Custom Attributes

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
Forced key output flag (Translation) Nodes NW4CForceExportKeyTrans bool 0 = Unnecessary animation keys are not output.
1 = At least one animation key is always output.
Forced key output flag (Rotation) Nodes NW4CForceExportKeyRotate bool 0 = Unnecessary animation keys are not output.
1 = At least one animation key is always output.
Forced key output flag (Scaling) Nodes NW4CForceExportKeyScale bool 0 = Unnecessary animation keys are not output.
1 = At least one animation key is always output.
Name list for user data Node/material NW4CUserDataParamNameList string Stores the list of names for user data.
Each user is separated by \r\n.
Type list for user data Node/material NW4CUserDataParamTypeList string Stores a list of types of user data.
Each user is separated by \r\n.
String = character string type data.
Integer = integer type data.
Float = floating point number data.
Value list for user data Node/material NW4CUserDataParamValueList string Stores a list of values for user data.
Each value is separated by \r\n.






CONFIDENTIAL