Enum MeshoptFilter
Vertex attribute filter to be applied
Namespace: Unity.Cloud.Gltfast.Objects
Assembly: Unity.Cloud.Gltfast.dll
Syntax
public enum MeshoptFilter
Fields
| Name | Description |
|---|---|
| Exponential | Apply exponential filter, usually for positional data |
| None | No filter should be applied |
| Octahedral | Apply octahedral filter, usually for normals |
| Quaternion | Apply quaternion filter, usually for rotations |