<node3d:avatar>.lod

This action sets the Level-Of-Detail of the avatar

 

<node3d:avatar>.lod(
    value    

)

 

value

number between 0 and 1. 1 meaning full detail, and 0 meaning least amount of detail.


Remarks

Use this action to set the level of detail of the avatar. Note: the level of detail must be created with the avatar in character studio.

Return Value

None

Example

avatar = viz.add('vcc_male.cfg')
avatar.lod(0.5)