LiPrimitiveReferenceSimplifyMesh

FunctionLtPref
LiPrimitiveReferenceSimplifyMesh( LtPref input_list
LtBoolean keep_input
)
Synopsis Simplify the geometry of a list of polymesh primitives.
Locationligeops
Parameters
input_list The list of polymesh primitives to be simplified
keep_input Flag which determines whether we want to keep the original geometry or not
Return Value A list of simplified primitives, NULL if none of the input primitives could be processed.

Description This routine makes a call to LiPrimitiveSimplifyMesh for all primitives on the linked list passed as input. It collates the results of these calls together into a new list which forms the return value of the function. The second argument to the function performs the same role here as for LiPrimitiveSimplifyMesh: it determines whether or not the processing can be done on the actual input geometry. Note that only successfully processed primitives will actually result in simplified geometry being added to the output list.
See Also

LiPrimitiveSimplifyMesh


© LightWork Design Ltd. All information contained in this document is the copyright of LightWork Design Ltd. (unless stated otherwise) and may not be used or reproduced with prior written consent.