Skip to content

2025-10-10 -

Aufzeichnung

Aufzeichnung

Themen

  • Relationship attributes erstellen: Dokumentation

  • USD Learning Path Website ist umgezogen: Link

  • Attribute Interpolation Zwischen Attributwerten mit Keyframes wird Linear interpoliert oder der Wert pro Intervall bleibt konstant, das kann man Stage-weit setzen mit SetInterpolationType().

Aus Dokumentation:

UsdAttribute supports two interpolation behaviors when retrieving attribute values at times where no value is explicitly authored. The desired behaviormay be specified via UsdStage::SetInterpolationType. That behavior will be used for all calls to UsdAttribute::Get.

Note that for attributes with spline value sources, the interpolation behavior is determined by the spline itself, and the interpolation type set on the stage is ignored.

The supported interpolation types are:

Held: Attribute values are held constant between authored values. An attribute's value will be equal to the nearest preceding authored value. If there is no preceding authored value, the value will be equal to the nearest subsequent value.

Linear: Attribute values are linearly interpolated between authored values.

Lernschritte

Hausaufgabe

planets Sonnensystem