api.assets.Eyes#

class datagen.api.assets.Eyes(*, id: str, target_of_gaze: Gaze = None, eyelid_closure: ConstrainedFloatValue = 0.0)#

A 3D eyes asset and all related parameters, including eye textures, direction of gaze, and eyelid closure.

eyelid_closure: float#

How much the actor’s eyes are closed.

Min: 0, the actor’s eyes are fully open.

Max: 1, the actor’s eyes are fully closed.

id: str#

A UUID that identifies a specific eyes asset.

target_of_gaze: Gaze#

The target of the actor’s gaze. In the output image, each eye will be rotated so that it faces this target point.