Simplygon API
Here are all API changed compared to Simplygon 9.2.
SceneNode
Simplygon 9 | Simplygon 10 | Notes |
---|---|---|
SceneNode::GetIsFrozen | Removed | |
SceneNode::SetIsFrozen | Removed |
GeometryData
Simplygon 9 | Simplygon 10 | Notes |
---|---|---|
GeometryData::DetectEdgeNeighbours | GeometryData::DetectEdgeNeighbors |
ReductionSettings
Simplygon 9 | Simplygon 10 | Notes |
---|---|---|
ReductionSettings::GetCurvatureImportance | Removed | |
ReductionSettings::SetCurvatureImportance | Removed |
FlipbookSettings
Simplygon 9 | Simplygon 10 | Notes |
---|---|---|
FlipbookSettings::GetVerticalAngle | Removed | |
FlipbookSettings::SetVerticalAngle | Removed |
SceneImporter
Simplygon 9 | Simplygon 10 | Notes |
---|---|---|
SceneImporter::RunImport | SceneImporter::Run | New method returns EErrorCodes instead of a bool. Helper methods Simplygon::Failed and Simplygon::Succeeded are provided for bool comparison. |
BinaryImporter
Simplygon 9 | Simplygon 10 | Notes |
---|---|---|
BinaryImporter::RunImport | BinaryImporter::Run | New method returns EErrorCodes instead of a bool. Helper methods Simplygon::Failed and Simplygon::Succeeded are provided for bool comparison. |
FBXImporter
Simplygon 9 | Simplygon 10 | Notes |
---|---|---|
FBXImporter::RunImport | FBXImporter::Run | New method returns EErrorCodes instead of a bool. Helper methods Simplygon::Failed and Simplygon::Succeeded are provided for bool comparison. |
GLTFImporter
Simplygon 9 | Simplygon 10 | Notes |
---|---|---|
GLTFImporter::RunImport | GLTFImporter::Run | New method returns EErrorCodes instead of a bool. Helper methods Simplygon::Failed and Simplygon::Succeeded are provided for bool comparison. |
WavefrontImporter
Simplygon 9 | Simplygon 10 | Notes |
---|---|---|
WavefrontImporter::RunImport | WavefrontImporter::Run | New method returns EErrorCodes instead of a bool. Helper methods Simplygon::Failed and Simplygon::Succeeded are provided for bool comparison. |
SceneExporter
Simplygon 9 | Simplygon 10 | Notes |
---|---|---|
SceneExporter::RunExport | SceneExporter::Run | New method returns EErrorCodes instead of a bool. Helper methods Simplygon::Failed and Simplygon::Succeeded are provided for bool comparison. |
BinaryExporter
Simplygon 9 | Simplygon 10 | Notes |
---|---|---|
BinaryExporter::RunExport | BinaryExporter::Run | New method returns EErrorCodes instead of a bool. Helper methods Simplygon::Failed and Simplygon::Succeeded are provided for bool comparison. |
FBXExporter
Simplygon 9 | Simplygon 10 | Notes |
---|---|---|
FBXExporter::RunExport | FBXExporter::Run | New method returns EErrorCodes instead of a bool. Helper methods Simplygon::Failed and Simplygon::Succeeded are provided for bool comparison. |
GLTFExporter
Simplygon 9 | Simplygon 10 | Notes |
---|---|---|
GLTFExporter::RunExport | GLTFExporter::Run | New method returns EErrorCodes instead of a bool. Helper methods Simplygon::Failed and Simplygon::Succeeded are provided for bool comparison. |
WavefrontExporter
Simplygon 9 | Simplygon 10 | Notes |
---|---|---|
WavefrontExporter::RunExport | WavefrontExporter::Run | New method returns EErrorCodes instead of a bool. Helper methods Simplygon::Failed and Simplygon::Succeeded are provided for bool comparison. |
RemeshingLegacyProcessor
Simplygon 9 | Simplygon 10 |
---|---|
Simplygon::RemeshingLegacyProcessor | Removed |
RemeshingLegacySettings
Simplygon 9 | Simplygon 10 |
---|---|
Simplygon::RemeshingLegacySettings | Removed |
DirectXRenderer
Simplygon 9 | Simplygon 10 |
---|---|
Simplygon::DirectXRenderer | Removed |