Enum CurveBasis
Defines the matrix & v-step applied to sample a particular curve, only relevant for cubic curves
Namespace: Unity.Importer.USD
Assembly: Unity.Importer.USD.dll
Syntax
public enum CurveBasis
Fields
| Name | Description |
|---|---|
| BSpline | A curve of v-step 1 |
| Bezier | A curve of v-step 3 |
| CatmullRom | A curve of v-step 1 |
| Undefined | Undefined |