Class PostProcessPreset
Static class containing preset properties for post processing options.
Inherited Members
Namespace: SharpAssimp
Assembly: SharpAssimp.dll
Syntax
public static class PostProcessPreset
Properties
| Edit this page View SourceConvertToLeftHanded
PostProcess configuration for (some) Direct3D conventions, left handed geometry, upper left origin for UV coordinates, and clockwise face order, suitable for CCW culling.
Declaration
public static PostProcessSteps ConvertToLeftHanded { get; }
Property Value
Type | Description |
---|---|
PostProcessSteps |
TargetRealTimeFast
PostProcess configuration for optimizing data for real-time. Does the following steps:
CalculateTangentSpace, GenerateNormals, JoinIdenticalVertices, Triangulate, GenerateUVCoords, and SortByPrimitiveType
Declaration
public static PostProcessSteps TargetRealTimeFast { get; }
Property Value
Type | Description |
---|---|
PostProcessSteps |
TargetRealTimeMaximumQuality
PostProcess configuration for heavily optimizing the data for real-time rendering. Includes all flags in TargetRealTimeQuality as well as FindInstances, ValidateDataStructure, and OptimizeMeshes
Declaration
public static PostProcessSteps TargetRealTimeMaximumQuality { get; }
Property Value
Type | Description |
---|---|
PostProcessSteps |
TargetRealTimeQuality
PostProcess configuration for optimizing data for real-time rendering. Does the following steps:
CalculateTangentSpace, GenerateSmoothNormals, JoinIdenticalVertices, Triangulate, GenerateUVCoords, SortByPrimitiveType LimitBoneWeights, RemoveRedundantMaterials, SplitLargeMeshes, FindDegenerates, and FindInvalidData
Declaration
public static PostProcessSteps TargetRealTimeQuality { get; }
Property Value
Type | Description |
---|---|
PostProcessSteps |