Prototype declaration:
KMSTATUS KMAPI kmChangeStripCullingMode( IN OUT PKMSTRIPHEAD pStripHead, IN KMCULLINGMODE nCullingMode );
Description:
Parameters:This function changes CullingMode in a KMSTRIPHEAD structure that was constructed by kmGenerateStripHead/kmGenerateStripHeadXX (00 to 17). The following is a list of supported VertexType:
VertexType00 ![]()
VertexType06 ![]()
VertexType12 ![]()
VertexType01 ![]()
VertexType07 ![]()
VertexType13 ![]()
VertexType02 ![]()
VertexType08 ![]()
VertexType14 ![]()
VertexType03 ![]()
VertexType09 ![]()
VertexType15 ![]()
VertexType04 ![]()
VertexType10 ![]()
VertexType16 ![]()
VertexType05 ![]()
VertexType11 ![]()
VertexType17 ![]()
Return values:pStripHead(input/output) This parameter is a pointer to KMSTRIPHEAD. nCullingMode(input) This parameter specifies the CullingMode setting. KM_NOCULLING KM_CULLSMALL KM_CULLCCW KM_CULLCW
Value Explanation KMSTATUS_SUCCESS Success