TheFoundryVisionmongers / KatanaUsdPlugins

Katana USD Plugins Repo
Other
48 stars 20 forks source link

Apply PointBased `accelerations` attribute to `geometry.point.accel` attr #14

Closed nrusch closed 2 months ago

nrusch commented 3 years ago

This change adds reading of the accelerations attribute from prim schema types which derive from the PointBased schema and are supported by usdKatana (currently Mesh, Points, and BasisCurves). This is a change we've made internally to support the use of acceleration data when computing velocity-based motion samples in Katana for point-based prims with variable topology and/or point counts.

The accelerations attribute is read in as geometry.point.accel.

Resolves #13.