Merged PR 16816: 10.2.11500.0
This commit is contained in:
Коммит
0a1fdc19ee
|
@ -93,12 +93,6 @@ void CheckLog(Simplygon::ISimplygon* sg)
|
|||
{
|
||||
throw std::exception("Processing failed with an error");
|
||||
}
|
||||
|
||||
// Error out if Simplygon has errors.
|
||||
if (hasErrors)
|
||||
{
|
||||
throw std::exception("Processing failed with an error");
|
||||
}
|
||||
}
|
||||
|
||||
void RunAggregation(Simplygon::ISimplygon* sg)
|
||||
|
|
|
@ -93,12 +93,6 @@ void CheckLog(Simplygon::ISimplygon* sg)
|
|||
{
|
||||
throw std::exception("Processing failed with an error");
|
||||
}
|
||||
|
||||
// Error out if Simplygon has errors.
|
||||
if (hasErrors)
|
||||
{
|
||||
throw std::exception("Processing failed with an error");
|
||||
}
|
||||
}
|
||||
|
||||
void RunAggregation(Simplygon::ISimplygon* sg)
|
||||
|
|
|
@ -93,12 +93,6 @@ void CheckLog(Simplygon::ISimplygon* sg)
|
|||
{
|
||||
throw std::exception("Processing failed with an error");
|
||||
}
|
||||
|
||||
// Error out if Simplygon has errors.
|
||||
if (hasErrors)
|
||||
{
|
||||
throw std::exception("Processing failed with an error");
|
||||
}
|
||||
}
|
||||
|
||||
void RunAggregationWithMaterialCasting(Simplygon::ISimplygon* sg)
|
||||
|
|
|
@ -93,12 +93,6 @@ void CheckLog(Simplygon::ISimplygon* sg)
|
|||
{
|
||||
throw std::exception("Processing failed with an error");
|
||||
}
|
||||
|
||||
// Error out if Simplygon has errors.
|
||||
if (hasErrors)
|
||||
{
|
||||
throw std::exception("Processing failed with an error");
|
||||
}
|
||||
}
|
||||
|
||||
void RunAggregation(Simplygon::ISimplygon* sg)
|
||||
|
|
|
@ -93,12 +93,6 @@ void CheckLog(Simplygon::ISimplygon* sg)
|
|||
{
|
||||
throw std::exception("Processing failed with an error");
|
||||
}
|
||||
|
||||
// Error out if Simplygon has errors.
|
||||
if (hasErrors)
|
||||
{
|
||||
throw std::exception("Processing failed with an error");
|
||||
}
|
||||
}
|
||||
|
||||
void RunAggregation(Simplygon::ISimplygon* sg)
|
||||
|
|
|
@ -93,12 +93,6 @@ void CheckLog(Simplygon::ISimplygon* sg)
|
|||
{
|
||||
throw std::exception("Processing failed with an error");
|
||||
}
|
||||
|
||||
// Error out if Simplygon has errors.
|
||||
if (hasErrors)
|
||||
{
|
||||
throw std::exception("Processing failed with an error");
|
||||
}
|
||||
}
|
||||
|
||||
void RunAggregation(Simplygon::ISimplygon* sg)
|
||||
|
|
|
@ -93,12 +93,6 @@ void CheckLog(Simplygon::ISimplygon* sg)
|
|||
{
|
||||
throw std::exception("Processing failed with an error");
|
||||
}
|
||||
|
||||
// Error out if Simplygon has errors.
|
||||
if (hasErrors)
|
||||
{
|
||||
throw std::exception("Processing failed with an error");
|
||||
}
|
||||
}
|
||||
|
||||
void RunAggregationWithMaterialCasting(Simplygon::ISimplygon* sg)
|
||||
|
|
|
@ -93,12 +93,6 @@ void CheckLog(Simplygon::ISimplygon* sg)
|
|||
{
|
||||
throw std::exception("Processing failed with an error");
|
||||
}
|
||||
|
||||
// Error out if Simplygon has errors.
|
||||
if (hasErrors)
|
||||
{
|
||||
throw std::exception("Processing failed with an error");
|
||||
}
|
||||
}
|
||||
|
||||
void RunAggregation(Simplygon::ISimplygon* sg)
|
||||
|
|
|
@ -93,12 +93,6 @@ void CheckLog(Simplygon::ISimplygon* sg)
|
|||
{
|
||||
throw std::exception("Processing failed with an error");
|
||||
}
|
||||
|
||||
// Error out if Simplygon has errors.
|
||||
if (hasErrors)
|
||||
{
|
||||
throw std::exception("Processing failed with an error");
|
||||
}
|
||||
}
|
||||
|
||||
void RunAggregation(Simplygon::ISimplygon* sg)
|
||||
|
|
|
@ -93,12 +93,6 @@ void CheckLog(Simplygon::ISimplygon* sg)
|
|||
{
|
||||
throw std::exception("Processing failed with an error");
|
||||
}
|
||||
|
||||
// Error out if Simplygon has errors.
|
||||
if (hasErrors)
|
||||
{
|
||||
throw std::exception("Processing failed with an error");
|
||||
}
|
||||
}
|
||||
|
||||
void RunAggregation(Simplygon::ISimplygon* sg)
|
||||
|
|
|
@ -93,12 +93,6 @@ void CheckLog(Simplygon::ISimplygon* sg)
|
|||
{
|
||||
throw std::exception("Processing failed with an error");
|
||||
}
|
||||
|
||||
// Error out if Simplygon has errors.
|
||||
if (hasErrors)
|
||||
{
|
||||
throw std::exception("Processing failed with an error");
|
||||
}
|
||||
}
|
||||
|
||||
void AmbientOcclusionCasting(Simplygon::ISimplygon* sg)
|
||||
|
|
|
@ -61,12 +61,6 @@ void CheckLog(Simplygon::ISimplygon* sg)
|
|||
{
|
||||
throw std::exception("Processing failed with an error");
|
||||
}
|
||||
|
||||
// Error out if Simplygon has errors.
|
||||
if (hasErrors)
|
||||
{
|
||||
throw std::exception("Processing failed with an error");
|
||||
}
|
||||
}
|
||||
|
||||
void RunReduction(Simplygon::ISimplygon* sg, std::string inputFile, std::string outputFile)
|
||||
|
|
|
@ -61,12 +61,6 @@ void CheckLog(Simplygon::ISimplygon* sg)
|
|||
{
|
||||
throw std::exception("Processing failed with an error");
|
||||
}
|
||||
|
||||
// Error out if Simplygon has errors.
|
||||
if (hasErrors)
|
||||
{
|
||||
throw std::exception("Processing failed with an error");
|
||||
}
|
||||
}
|
||||
|
||||
void RunReduction(Simplygon::ISimplygon* sg, std::string inputFile, std::string outputFile)
|
||||
|
|
|
@ -93,12 +93,6 @@ void CheckLog(Simplygon::ISimplygon* sg)
|
|||
{
|
||||
throw std::exception("Processing failed with an error");
|
||||
}
|
||||
|
||||
// Error out if Simplygon has errors.
|
||||
if (hasErrors)
|
||||
{
|
||||
throw std::exception("Processing failed with an error");
|
||||
}
|
||||
}
|
||||
|
||||
void ColorCasting(Simplygon::ISimplygon* sg)
|
||||
|
|
|
@ -93,12 +93,6 @@ void CheckLog(Simplygon::ISimplygon* sg)
|
|||
{
|
||||
throw std::exception("Processing failed with an error");
|
||||
}
|
||||
|
||||
// Error out if Simplygon has errors.
|
||||
if (hasErrors)
|
||||
{
|
||||
throw std::exception("Processing failed with an error");
|
||||
}
|
||||
}
|
||||
|
||||
void DisplacementCasting(Simplygon::ISimplygon* sg)
|
||||
|
|
|
@ -70,12 +70,6 @@ void CheckLog(Simplygon::ISimplygon* sg)
|
|||
{
|
||||
throw std::exception("Processing failed with an error");
|
||||
}
|
||||
|
||||
// Error out if Simplygon has errors.
|
||||
if (hasErrors)
|
||||
{
|
||||
throw std::exception("Processing failed with an error");
|
||||
}
|
||||
}
|
||||
|
||||
void RunReduction(Simplygon::ISimplygon* sg)
|
||||
|
|
|
@ -77,12 +77,6 @@ void CheckLog(Simplygon::ISimplygon* sg)
|
|||
{
|
||||
throw std::exception("Processing failed with an error");
|
||||
}
|
||||
|
||||
// Error out if Simplygon has errors.
|
||||
if (hasErrors)
|
||||
{
|
||||
throw std::exception("Processing failed with an error");
|
||||
}
|
||||
}
|
||||
|
||||
void RunExample1(Simplygon::ISimplygon* sg)
|
||||
|
|
|
@ -93,12 +93,6 @@ void CheckLog(Simplygon::ISimplygon* sg)
|
|||
{
|
||||
throw std::exception("Processing failed with an error");
|
||||
}
|
||||
|
||||
// Error out if Simplygon has errors.
|
||||
if (hasErrors)
|
||||
{
|
||||
throw std::exception("Processing failed with an error");
|
||||
}
|
||||
}
|
||||
|
||||
void RunGeometryDataDasting(Simplygon::ISimplygon* sg)
|
||||
|
|
|
@ -93,12 +93,6 @@ void CheckLog(Simplygon::ISimplygon* sg)
|
|||
{
|
||||
throw std::exception("Processing failed with an error");
|
||||
}
|
||||
|
||||
// Error out if Simplygon has errors.
|
||||
if (hasErrors)
|
||||
{
|
||||
throw std::exception("Processing failed with an error");
|
||||
}
|
||||
}
|
||||
|
||||
void RunBillboardCloudFoliage(Simplygon::ISimplygon* sg)
|
||||
|
|
|
@ -93,12 +93,6 @@ void CheckLog(Simplygon::ISimplygon* sg)
|
|||
{
|
||||
throw std::exception("Processing failed with an error");
|
||||
}
|
||||
|
||||
// Error out if Simplygon has errors.
|
||||
if (hasErrors)
|
||||
{
|
||||
throw std::exception("Processing failed with an error");
|
||||
}
|
||||
}
|
||||
|
||||
void RunBillboardCloudOuterShell(Simplygon::ISimplygon* sg)
|
||||
|
|
|
@ -93,12 +93,6 @@ void CheckLog(Simplygon::ISimplygon* sg)
|
|||
{
|
||||
throw std::exception("Processing failed with an error");
|
||||
}
|
||||
|
||||
// Error out if Simplygon has errors.
|
||||
if (hasErrors)
|
||||
{
|
||||
throw std::exception("Processing failed with an error");
|
||||
}
|
||||
}
|
||||
|
||||
void RunFlipbook(Simplygon::ISimplygon* sg)
|
||||
|
|
|
@ -93,12 +93,6 @@ void CheckLog(Simplygon::ISimplygon* sg)
|
|||
{
|
||||
throw std::exception("Processing failed with an error");
|
||||
}
|
||||
|
||||
// Error out if Simplygon has errors.
|
||||
if (hasErrors)
|
||||
{
|
||||
throw std::exception("Processing failed with an error");
|
||||
}
|
||||
}
|
||||
|
||||
void RunImpostorFromSingleView(Simplygon::ISimplygon* sg)
|
||||
|
|
|
@ -93,12 +93,6 @@ void CheckLog(Simplygon::ISimplygon* sg)
|
|||
{
|
||||
throw std::exception("Processing failed with an error");
|
||||
}
|
||||
|
||||
// Error out if Simplygon has errors.
|
||||
if (hasErrors)
|
||||
{
|
||||
throw std::exception("Processing failed with an error");
|
||||
}
|
||||
}
|
||||
|
||||
void RunBillboardCloudVegetationPipeline(Simplygon::ISimplygon* sg)
|
||||
|
|
|
@ -93,12 +93,6 @@ void CheckLog(Simplygon::ISimplygon* sg)
|
|||
{
|
||||
throw std::exception("Processing failed with an error");
|
||||
}
|
||||
|
||||
// Error out if Simplygon has errors.
|
||||
if (hasErrors)
|
||||
{
|
||||
throw std::exception("Processing failed with an error");
|
||||
}
|
||||
}
|
||||
|
||||
void RunBillboardCloudPipeline(Simplygon::ISimplygon* sg)
|
||||
|
|
|
@ -93,12 +93,6 @@ void CheckLog(Simplygon::ISimplygon* sg)
|
|||
{
|
||||
throw std::exception("Processing failed with an error");
|
||||
}
|
||||
|
||||
// Error out if Simplygon has errors.
|
||||
if (hasErrors)
|
||||
{
|
||||
throw std::exception("Processing failed with an error");
|
||||
}
|
||||
}
|
||||
|
||||
void RunOpacityCasting(Simplygon::ISimplygon* sg)
|
||||
|
|
|
@ -93,12 +93,6 @@ void CheckLog(Simplygon::ISimplygon* sg)
|
|||
{
|
||||
throw std::exception("Processing failed with an error");
|
||||
}
|
||||
|
||||
// Error out if Simplygon has errors.
|
||||
if (hasErrors)
|
||||
{
|
||||
throw std::exception("Processing failed with an error");
|
||||
}
|
||||
}
|
||||
|
||||
void NormalsCasting(Simplygon::ISimplygon* sg)
|
||||
|
|
|
@ -93,12 +93,6 @@ void CheckLog(Simplygon::ISimplygon* sg)
|
|||
{
|
||||
throw std::exception("Processing failed with an error");
|
||||
}
|
||||
|
||||
// Error out if Simplygon has errors.
|
||||
if (hasErrors)
|
||||
{
|
||||
throw std::exception("Processing failed with an error");
|
||||
}
|
||||
}
|
||||
|
||||
void OpacityCasting(Simplygon::ISimplygon* sg)
|
||||
|
|
|
@ -72,12 +72,6 @@ void CheckLog(Simplygon::ISimplygon* sg)
|
|||
{
|
||||
throw std::exception("Processing failed with an error");
|
||||
}
|
||||
|
||||
// Error out if Simplygon has errors.
|
||||
if (hasErrors)
|
||||
{
|
||||
throw std::exception("Processing failed with an error");
|
||||
}
|
||||
}
|
||||
|
||||
void RunReduction(Simplygon::ISimplygon* sg)
|
||||
|
|
|
@ -93,12 +93,6 @@ void CheckLog(Simplygon::ISimplygon* sg)
|
|||
{
|
||||
throw std::exception("Processing failed with an error");
|
||||
}
|
||||
|
||||
// Error out if Simplygon has errors.
|
||||
if (hasErrors)
|
||||
{
|
||||
throw std::exception("Processing failed with an error");
|
||||
}
|
||||
}
|
||||
|
||||
void RunReduction(Simplygon::ISimplygon* sg)
|
||||
|
|
|
@ -93,12 +93,6 @@ void CheckLog(Simplygon::ISimplygon* sg)
|
|||
{
|
||||
throw std::exception("Processing failed with an error");
|
||||
}
|
||||
|
||||
// Error out if Simplygon has errors.
|
||||
if (hasErrors)
|
||||
{
|
||||
throw std::exception("Processing failed with an error");
|
||||
}
|
||||
}
|
||||
|
||||
void RunReduction(Simplygon::ISimplygon* sg)
|
||||
|
|
|
@ -93,12 +93,6 @@ void CheckLog(Simplygon::ISimplygon* sg)
|
|||
{
|
||||
throw std::exception("Processing failed with an error");
|
||||
}
|
||||
|
||||
// Error out if Simplygon has errors.
|
||||
if (hasErrors)
|
||||
{
|
||||
throw std::exception("Processing failed with an error");
|
||||
}
|
||||
}
|
||||
|
||||
void RunReduction(Simplygon::ISimplygon* sg)
|
||||
|
|
|
@ -93,12 +93,6 @@ void CheckLog(Simplygon::ISimplygon* sg)
|
|||
{
|
||||
throw std::exception("Processing failed with an error");
|
||||
}
|
||||
|
||||
// Error out if Simplygon has errors.
|
||||
if (hasErrors)
|
||||
{
|
||||
throw std::exception("Processing failed with an error");
|
||||
}
|
||||
}
|
||||
|
||||
void RunReduction(Simplygon::ISimplygon* sg)
|
||||
|
|
|
@ -93,12 +93,6 @@ void CheckLog(Simplygon::ISimplygon* sg)
|
|||
{
|
||||
throw std::exception("Processing failed with an error");
|
||||
}
|
||||
|
||||
// Error out if Simplygon has errors.
|
||||
if (hasErrors)
|
||||
{
|
||||
throw std::exception("Processing failed with an error");
|
||||
}
|
||||
}
|
||||
|
||||
void RunReductionWithMaterialCasting(Simplygon::ISimplygon* sg)
|
||||
|
|
|
@ -93,12 +93,6 @@ void CheckLog(Simplygon::ISimplygon* sg)
|
|||
{
|
||||
throw std::exception("Processing failed with an error");
|
||||
}
|
||||
|
||||
// Error out if Simplygon has errors.
|
||||
if (hasErrors)
|
||||
{
|
||||
throw std::exception("Processing failed with an error");
|
||||
}
|
||||
}
|
||||
|
||||
void RunReduction(Simplygon::ISimplygon* sg)
|
||||
|
|
|
@ -93,12 +93,6 @@ void CheckLog(Simplygon::ISimplygon* sg)
|
|||
{
|
||||
throw std::exception("Processing failed with an error");
|
||||
}
|
||||
|
||||
// Error out if Simplygon has errors.
|
||||
if (hasErrors)
|
||||
{
|
||||
throw std::exception("Processing failed with an error");
|
||||
}
|
||||
}
|
||||
|
||||
void RunReduction(Simplygon::ISimplygon* sg)
|
||||
|
|
|
@ -93,12 +93,6 @@ void CheckLog(Simplygon::ISimplygon* sg)
|
|||
{
|
||||
throw std::exception("Processing failed with an error");
|
||||
}
|
||||
|
||||
// Error out if Simplygon has errors.
|
||||
if (hasErrors)
|
||||
{
|
||||
throw std::exception("Processing failed with an error");
|
||||
}
|
||||
}
|
||||
|
||||
void RunReduction(Simplygon::ISimplygon* sg)
|
||||
|
|
|
@ -93,12 +93,6 @@ void CheckLog(Simplygon::ISimplygon* sg)
|
|||
{
|
||||
throw std::exception("Processing failed with an error");
|
||||
}
|
||||
|
||||
// Error out if Simplygon has errors.
|
||||
if (hasErrors)
|
||||
{
|
||||
throw std::exception("Processing failed with an error");
|
||||
}
|
||||
}
|
||||
|
||||
void RunReduction(Simplygon::ISimplygon* sg)
|
||||
|
|
|
@ -93,12 +93,6 @@ void CheckLog(Simplygon::ISimplygon* sg)
|
|||
{
|
||||
throw std::exception("Processing failed with an error");
|
||||
}
|
||||
|
||||
// Error out if Simplygon has errors.
|
||||
if (hasErrors)
|
||||
{
|
||||
throw std::exception("Processing failed with an error");
|
||||
}
|
||||
}
|
||||
|
||||
void RunReduction(Simplygon::ISimplygon* sg)
|
||||
|
|
|
@ -93,12 +93,6 @@ void CheckLog(Simplygon::ISimplygon* sg)
|
|||
{
|
||||
throw std::exception("Processing failed with an error");
|
||||
}
|
||||
|
||||
// Error out if Simplygon has errors.
|
||||
if (hasErrors)
|
||||
{
|
||||
throw std::exception("Processing failed with an error");
|
||||
}
|
||||
}
|
||||
|
||||
void RunReduction(Simplygon::ISimplygon* sg)
|
||||
|
|
|
@ -93,12 +93,6 @@ void CheckLog(Simplygon::ISimplygon* sg)
|
|||
{
|
||||
throw std::exception("Processing failed with an error");
|
||||
}
|
||||
|
||||
// Error out if Simplygon has errors.
|
||||
if (hasErrors)
|
||||
{
|
||||
throw std::exception("Processing failed with an error");
|
||||
}
|
||||
}
|
||||
|
||||
void RunReduction(Simplygon::ISimplygon* sg)
|
||||
|
|
|
@ -93,12 +93,6 @@ void CheckLog(Simplygon::ISimplygon* sg)
|
|||
{
|
||||
throw std::exception("Processing failed with an error");
|
||||
}
|
||||
|
||||
// Error out if Simplygon has errors.
|
||||
if (hasErrors)
|
||||
{
|
||||
throw std::exception("Processing failed with an error");
|
||||
}
|
||||
}
|
||||
|
||||
void RunReduction(Simplygon::ISimplygon* sg)
|
||||
|
|
|
@ -93,12 +93,6 @@ void CheckLog(Simplygon::ISimplygon* sg)
|
|||
{
|
||||
throw std::exception("Processing failed with an error");
|
||||
}
|
||||
|
||||
// Error out if Simplygon has errors.
|
||||
if (hasErrors)
|
||||
{
|
||||
throw std::exception("Processing failed with an error");
|
||||
}
|
||||
}
|
||||
|
||||
void RunReductionWithMaterialCasting(Simplygon::ISimplygon* sg)
|
||||
|
|
|
@ -93,12 +93,6 @@ void CheckLog(Simplygon::ISimplygon* sg)
|
|||
{
|
||||
throw std::exception("Processing failed with an error");
|
||||
}
|
||||
|
||||
// Error out if Simplygon has errors.
|
||||
if (hasErrors)
|
||||
{
|
||||
throw std::exception("Processing failed with an error");
|
||||
}
|
||||
}
|
||||
|
||||
void RunReduction(Simplygon::ISimplygon* sg)
|
||||
|
|
|
@ -93,12 +93,6 @@ void CheckLog(Simplygon::ISimplygon* sg)
|
|||
{
|
||||
throw std::exception("Processing failed with an error");
|
||||
}
|
||||
|
||||
// Error out if Simplygon has errors.
|
||||
if (hasErrors)
|
||||
{
|
||||
throw std::exception("Processing failed with an error");
|
||||
}
|
||||
}
|
||||
|
||||
void RunReduction(Simplygon::ISimplygon* sg)
|
||||
|
|
|
@ -93,12 +93,6 @@ void CheckLog(Simplygon::ISimplygon* sg)
|
|||
{
|
||||
throw std::exception("Processing failed with an error");
|
||||
}
|
||||
|
||||
// Error out if Simplygon has errors.
|
||||
if (hasErrors)
|
||||
{
|
||||
throw std::exception("Processing failed with an error");
|
||||
}
|
||||
}
|
||||
|
||||
void RunReduction(Simplygon::ISimplygon* sg)
|
||||
|
|
|
@ -93,12 +93,6 @@ void CheckLog(Simplygon::ISimplygon* sg)
|
|||
{
|
||||
throw std::exception("Processing failed with an error");
|
||||
}
|
||||
|
||||
// Error out if Simplygon has errors.
|
||||
if (hasErrors)
|
||||
{
|
||||
throw std::exception("Processing failed with an error");
|
||||
}
|
||||
}
|
||||
|
||||
void RunReduction(Simplygon::ISimplygon* sg)
|
||||
|
|
|
@ -93,12 +93,6 @@ void CheckLog(Simplygon::ISimplygon* sg)
|
|||
{
|
||||
throw std::exception("Processing failed with an error");
|
||||
}
|
||||
|
||||
// Error out if Simplygon has errors.
|
||||
if (hasErrors)
|
||||
{
|
||||
throw std::exception("Processing failed with an error");
|
||||
}
|
||||
}
|
||||
|
||||
void RunReduction(Simplygon::ISimplygon* sg)
|
||||
|
|
|
@ -93,12 +93,6 @@ void CheckLog(Simplygon::ISimplygon* sg)
|
|||
{
|
||||
throw std::exception("Processing failed with an error");
|
||||
}
|
||||
|
||||
// Error out if Simplygon has errors.
|
||||
if (hasErrors)
|
||||
{
|
||||
throw std::exception("Processing failed with an error");
|
||||
}
|
||||
}
|
||||
|
||||
void RunReduction(Simplygon::ISimplygon* sg)
|
||||
|
|
|
@ -93,12 +93,6 @@ void CheckLog(Simplygon::ISimplygon* sg)
|
|||
{
|
||||
throw std::exception("Processing failed with an error");
|
||||
}
|
||||
|
||||
// Error out if Simplygon has errors.
|
||||
if (hasErrors)
|
||||
{
|
||||
throw std::exception("Processing failed with an error");
|
||||
}
|
||||
}
|
||||
|
||||
void RunReduction(Simplygon::ISimplygon* sg)
|
||||
|
|
|
@ -93,12 +93,6 @@ void CheckLog(Simplygon::ISimplygon* sg)
|
|||
{
|
||||
throw std::exception("Processing failed with an error");
|
||||
}
|
||||
|
||||
// Error out if Simplygon has errors.
|
||||
if (hasErrors)
|
||||
{
|
||||
throw std::exception("Processing failed with an error");
|
||||
}
|
||||
}
|
||||
|
||||
void RunRemeshing(Simplygon::ISimplygon* sg)
|
||||
|
|
|
@ -93,12 +93,6 @@ void CheckLog(Simplygon::ISimplygon* sg)
|
|||
{
|
||||
throw std::exception("Processing failed with an error");
|
||||
}
|
||||
|
||||
// Error out if Simplygon has errors.
|
||||
if (hasErrors)
|
||||
{
|
||||
throw std::exception("Processing failed with an error");
|
||||
}
|
||||
}
|
||||
|
||||
void RunRemeshing(Simplygon::ISimplygon* sg)
|
||||
|
|
|
@ -93,12 +93,6 @@ void CheckLog(Simplygon::ISimplygon* sg)
|
|||
{
|
||||
throw std::exception("Processing failed with an error");
|
||||
}
|
||||
|
||||
// Error out if Simplygon has errors.
|
||||
if (hasErrors)
|
||||
{
|
||||
throw std::exception("Processing failed with an error");
|
||||
}
|
||||
}
|
||||
|
||||
void RunRemeshing(Simplygon::ISimplygon* sg)
|
||||
|
|
|
@ -93,12 +93,6 @@ void CheckLog(Simplygon::ISimplygon* sg)
|
|||
{
|
||||
throw std::exception("Processing failed with an error");
|
||||
}
|
||||
|
||||
// Error out if Simplygon has errors.
|
||||
if (hasErrors)
|
||||
{
|
||||
throw std::exception("Processing failed with an error");
|
||||
}
|
||||
}
|
||||
|
||||
void RunRemeshing(Simplygon::ISimplygon* sg)
|
||||
|
|
|
@ -93,12 +93,6 @@ void CheckLog(Simplygon::ISimplygon* sg)
|
|||
{
|
||||
throw std::exception("Processing failed with an error");
|
||||
}
|
||||
|
||||
// Error out if Simplygon has errors.
|
||||
if (hasErrors)
|
||||
{
|
||||
throw std::exception("Processing failed with an error");
|
||||
}
|
||||
}
|
||||
|
||||
void RunRemeshingWithMaterialCasting(Simplygon::ISimplygon* sg)
|
||||
|
|
|
@ -93,12 +93,6 @@ void CheckLog(Simplygon::ISimplygon* sg)
|
|||
{
|
||||
throw std::exception("Processing failed with an error");
|
||||
}
|
||||
|
||||
// Error out if Simplygon has errors.
|
||||
if (hasErrors)
|
||||
{
|
||||
throw std::exception("Processing failed with an error");
|
||||
}
|
||||
}
|
||||
|
||||
void RunRemeshing(Simplygon::ISimplygon* sg)
|
||||
|
|
|
@ -93,12 +93,6 @@ void CheckLog(Simplygon::ISimplygon* sg)
|
|||
{
|
||||
throw std::exception("Processing failed with an error");
|
||||
}
|
||||
|
||||
// Error out if Simplygon has errors.
|
||||
if (hasErrors)
|
||||
{
|
||||
throw std::exception("Processing failed with an error");
|
||||
}
|
||||
}
|
||||
|
||||
void RunRemeshing(Simplygon::ISimplygon* sg)
|
||||
|
|
|
@ -93,12 +93,6 @@ void CheckLog(Simplygon::ISimplygon* sg)
|
|||
{
|
||||
throw std::exception("Processing failed with an error");
|
||||
}
|
||||
|
||||
// Error out if Simplygon has errors.
|
||||
if (hasErrors)
|
||||
{
|
||||
throw std::exception("Processing failed with an error");
|
||||
}
|
||||
}
|
||||
|
||||
void RunRemeshing(Simplygon::ISimplygon* sg)
|
||||
|
|
|
@ -93,12 +93,6 @@ void CheckLog(Simplygon::ISimplygon* sg)
|
|||
{
|
||||
throw std::exception("Processing failed with an error");
|
||||
}
|
||||
|
||||
// Error out if Simplygon has errors.
|
||||
if (hasErrors)
|
||||
{
|
||||
throw std::exception("Processing failed with an error");
|
||||
}
|
||||
}
|
||||
|
||||
void RunRemeshingWithMaterialCasting(Simplygon::ISimplygon* sg)
|
||||
|
|
|
@ -93,12 +93,6 @@ void CheckLog(Simplygon::ISimplygon* sg)
|
|||
{
|
||||
throw std::exception("Processing failed with an error");
|
||||
}
|
||||
|
||||
// Error out if Simplygon has errors.
|
||||
if (hasErrors)
|
||||
{
|
||||
throw std::exception("Processing failed with an error");
|
||||
}
|
||||
}
|
||||
|
||||
void RunRemeshing(Simplygon::ISimplygon* sg)
|
||||
|
|
|
@ -77,12 +77,6 @@ void CheckLog(Simplygon::ISimplygon* sg)
|
|||
{
|
||||
throw std::exception("Processing failed with an error");
|
||||
}
|
||||
|
||||
// Error out if Simplygon has errors.
|
||||
if (hasErrors)
|
||||
{
|
||||
throw std::exception("Processing failed with an error");
|
||||
}
|
||||
}
|
||||
|
||||
Simplygon::spGeometryData CreateCube(Simplygon::ISimplygon* sg, Simplygon::rid materialId)
|
||||
|
|
|
@ -93,12 +93,6 @@ void CheckLog(Simplygon::ISimplygon* sg)
|
|||
{
|
||||
throw std::exception("Processing failed with an error");
|
||||
}
|
||||
|
||||
// Error out if Simplygon has errors.
|
||||
if (hasErrors)
|
||||
{
|
||||
throw std::exception("Processing failed with an error");
|
||||
}
|
||||
}
|
||||
|
||||
void ImportExport(Simplygon::ISimplygon* sg)
|
||||
|
|
|
@ -93,12 +93,6 @@ void CheckLog(Simplygon::ISimplygon* sg)
|
|||
{
|
||||
throw std::exception("Processing failed with an error");
|
||||
}
|
||||
|
||||
// Error out if Simplygon has errors.
|
||||
if (hasErrors)
|
||||
{
|
||||
throw std::exception("Processing failed with an error");
|
||||
}
|
||||
}
|
||||
|
||||
void RunReductionWithShadingNetworks(Simplygon::ISimplygon* sg)
|
||||
|
|
|
@ -127,12 +127,6 @@ void CheckLog(Simplygon::ISimplygon* sg)
|
|||
{
|
||||
throw std::exception("Processing failed with an error");
|
||||
}
|
||||
|
||||
// Error out if Simplygon has errors.
|
||||
if (hasErrors)
|
||||
{
|
||||
throw std::exception("Processing failed with an error");
|
||||
}
|
||||
}
|
||||
|
||||
void RunReductionWithShadingNetworks(Simplygon::ISimplygon* sg)
|
||||
|
|
|
@ -93,12 +93,6 @@ void CheckLog(Simplygon::ISimplygon* sg)
|
|||
{
|
||||
throw std::exception("Processing failed with an error");
|
||||
}
|
||||
|
||||
// Error out if Simplygon has errors.
|
||||
if (hasErrors)
|
||||
{
|
||||
throw std::exception("Processing failed with an error");
|
||||
}
|
||||
}
|
||||
|
||||
void VertexColorCasting(Simplygon::ISimplygon* sg)
|
||||
|
|
|
@ -92,12 +92,6 @@ public class Program
|
|||
{
|
||||
throw new System.Exception("Processing failed with an error");
|
||||
}
|
||||
|
||||
// Error out if Simplygon has errors.
|
||||
if (hasErrors)
|
||||
{
|
||||
throw new System.Exception("Processing failed with an error");
|
||||
}
|
||||
}
|
||||
|
||||
static void RunAggregation(Simplygon.ISimplygon sg)
|
||||
|
|
|
@ -7,7 +7,7 @@ using System.Runtime.InteropServices;
|
|||
[assembly: AssemblyConfiguration("")]
|
||||
[assembly: AssemblyCompany("")]
|
||||
[assembly: AssemblyProduct("Aggregation")]
|
||||
[assembly: AssemblyCopyright("Copyright © Microsoft Corporation 2023")]
|
||||
[assembly: AssemblyCopyright("Copyright © Microsoft Corporation 2024")]
|
||||
[assembly: AssemblyTrademark("")]
|
||||
[assembly: AssemblyCulture("")]
|
||||
|
||||
|
|
|
@ -92,12 +92,6 @@ public class Program
|
|||
{
|
||||
throw new System.Exception("Processing failed with an error");
|
||||
}
|
||||
|
||||
// Error out if Simplygon has errors.
|
||||
if (hasErrors)
|
||||
{
|
||||
throw new System.Exception("Processing failed with an error");
|
||||
}
|
||||
}
|
||||
|
||||
static void RunAggregation(Simplygon.ISimplygon sg)
|
||||
|
|
|
@ -7,7 +7,7 @@ using System.Runtime.InteropServices;
|
|||
[assembly: AssemblyConfiguration("")]
|
||||
[assembly: AssemblyCompany("")]
|
||||
[assembly: AssemblyProduct("AggregationPipeline")]
|
||||
[assembly: AssemblyCopyright("Copyright © Microsoft Corporation 2023")]
|
||||
[assembly: AssemblyCopyright("Copyright © Microsoft Corporation 2024")]
|
||||
[assembly: AssemblyTrademark("")]
|
||||
[assembly: AssemblyCulture("")]
|
||||
|
||||
|
|
|
@ -92,12 +92,6 @@ public class Program
|
|||
{
|
||||
throw new System.Exception("Processing failed with an error");
|
||||
}
|
||||
|
||||
// Error out if Simplygon has errors.
|
||||
if (hasErrors)
|
||||
{
|
||||
throw new System.Exception("Processing failed with an error");
|
||||
}
|
||||
}
|
||||
|
||||
static void RunAggregationWithMaterialCasting(Simplygon.ISimplygon sg)
|
||||
|
|
|
@ -7,7 +7,7 @@ using System.Runtime.InteropServices;
|
|||
[assembly: AssemblyConfiguration("")]
|
||||
[assembly: AssemblyCompany("")]
|
||||
[assembly: AssemblyProduct("AggregationPipelineWithMaterialCasting")]
|
||||
[assembly: AssemblyCopyright("Copyright © Microsoft Corporation 2023")]
|
||||
[assembly: AssemblyCopyright("Copyright © Microsoft Corporation 2024")]
|
||||
[assembly: AssemblyTrademark("")]
|
||||
[assembly: AssemblyCulture("")]
|
||||
|
||||
|
|
|
@ -92,12 +92,6 @@ public class Program
|
|||
{
|
||||
throw new System.Exception("Processing failed with an error");
|
||||
}
|
||||
|
||||
// Error out if Simplygon has errors.
|
||||
if (hasErrors)
|
||||
{
|
||||
throw new System.Exception("Processing failed with an error");
|
||||
}
|
||||
}
|
||||
|
||||
static void RunAggregation(Simplygon.ISimplygon sg)
|
||||
|
|
|
@ -7,7 +7,7 @@ using System.Runtime.InteropServices;
|
|||
[assembly: AssemblyConfiguration("")]
|
||||
[assembly: AssemblyCompany("")]
|
||||
[assembly: AssemblyProduct("AggregationPipelineWithProcessSelectionSet")]
|
||||
[assembly: AssemblyCopyright("Copyright © Microsoft Corporation 2023")]
|
||||
[assembly: AssemblyCopyright("Copyright © Microsoft Corporation 2024")]
|
||||
[assembly: AssemblyTrademark("")]
|
||||
[assembly: AssemblyCulture("")]
|
||||
|
||||
|
|
|
@ -92,12 +92,6 @@ public class Program
|
|||
{
|
||||
throw new System.Exception("Processing failed with an error");
|
||||
}
|
||||
|
||||
// Error out if Simplygon has errors.
|
||||
if (hasErrors)
|
||||
{
|
||||
throw new System.Exception("Processing failed with an error");
|
||||
}
|
||||
}
|
||||
|
||||
static void RunAggregation(Simplygon.ISimplygon sg)
|
||||
|
|
|
@ -7,7 +7,7 @@ using System.Runtime.InteropServices;
|
|||
[assembly: AssemblyConfiguration("")]
|
||||
[assembly: AssemblyCompany("")]
|
||||
[assembly: AssemblyProduct("AggregationPipelineWithVisibilityCamera")]
|
||||
[assembly: AssemblyCopyright("Copyright © Microsoft Corporation 2023")]
|
||||
[assembly: AssemblyCopyright("Copyright © Microsoft Corporation 2024")]
|
||||
[assembly: AssemblyTrademark("")]
|
||||
[assembly: AssemblyCulture("")]
|
||||
|
||||
|
|
|
@ -92,12 +92,6 @@ public class Program
|
|||
{
|
||||
throw new System.Exception("Processing failed with an error");
|
||||
}
|
||||
|
||||
// Error out if Simplygon has errors.
|
||||
if (hasErrors)
|
||||
{
|
||||
throw new System.Exception("Processing failed with an error");
|
||||
}
|
||||
}
|
||||
|
||||
static void RunAggregation(Simplygon.ISimplygon sg)
|
||||
|
|
|
@ -7,7 +7,7 @@ using System.Runtime.InteropServices;
|
|||
[assembly: AssemblyConfiguration("")]
|
||||
[assembly: AssemblyCompany("")]
|
||||
[assembly: AssemblyProduct("AggregationPipelineWithVisibilityOccluder")]
|
||||
[assembly: AssemblyCopyright("Copyright © Microsoft Corporation 2023")]
|
||||
[assembly: AssemblyCopyright("Copyright © Microsoft Corporation 2024")]
|
||||
[assembly: AssemblyTrademark("")]
|
||||
[assembly: AssemblyCulture("")]
|
||||
|
||||
|
|
|
@ -92,12 +92,6 @@ public class Program
|
|||
{
|
||||
throw new System.Exception("Processing failed with an error");
|
||||
}
|
||||
|
||||
// Error out if Simplygon has errors.
|
||||
if (hasErrors)
|
||||
{
|
||||
throw new System.Exception("Processing failed with an error");
|
||||
}
|
||||
}
|
||||
|
||||
static void RunAggregationWithMaterialCasting(Simplygon.ISimplygon sg)
|
||||
|
|
|
@ -7,7 +7,7 @@ using System.Runtime.InteropServices;
|
|||
[assembly: AssemblyConfiguration("")]
|
||||
[assembly: AssemblyCompany("")]
|
||||
[assembly: AssemblyProduct("AggregationWithMaterialCasting")]
|
||||
[assembly: AssemblyCopyright("Copyright © Microsoft Corporation 2023")]
|
||||
[assembly: AssemblyCopyright("Copyright © Microsoft Corporation 2024")]
|
||||
[assembly: AssemblyTrademark("")]
|
||||
[assembly: AssemblyCulture("")]
|
||||
|
||||
|
|
|
@ -92,12 +92,6 @@ public class Program
|
|||
{
|
||||
throw new System.Exception("Processing failed with an error");
|
||||
}
|
||||
|
||||
// Error out if Simplygon has errors.
|
||||
if (hasErrors)
|
||||
{
|
||||
throw new System.Exception("Processing failed with an error");
|
||||
}
|
||||
}
|
||||
|
||||
static void RunAggregation(Simplygon.ISimplygon sg)
|
||||
|
|
|
@ -7,7 +7,7 @@ using System.Runtime.InteropServices;
|
|||
[assembly: AssemblyConfiguration("")]
|
||||
[assembly: AssemblyCompany("")]
|
||||
[assembly: AssemblyProduct("AggregationWithProcessSelectionSet")]
|
||||
[assembly: AssemblyCopyright("Copyright © Microsoft Corporation 2023")]
|
||||
[assembly: AssemblyCopyright("Copyright © Microsoft Corporation 2024")]
|
||||
[assembly: AssemblyTrademark("")]
|
||||
[assembly: AssemblyCulture("")]
|
||||
|
||||
|
|
|
@ -92,12 +92,6 @@ public class Program
|
|||
{
|
||||
throw new System.Exception("Processing failed with an error");
|
||||
}
|
||||
|
||||
// Error out if Simplygon has errors.
|
||||
if (hasErrors)
|
||||
{
|
||||
throw new System.Exception("Processing failed with an error");
|
||||
}
|
||||
}
|
||||
|
||||
static void RunAggregation(Simplygon.ISimplygon sg)
|
||||
|
|
|
@ -7,7 +7,7 @@ using System.Runtime.InteropServices;
|
|||
[assembly: AssemblyConfiguration("")]
|
||||
[assembly: AssemblyCompany("")]
|
||||
[assembly: AssemblyProduct("AggregationWithVisibilityCamera")]
|
||||
[assembly: AssemblyCopyright("Copyright © Microsoft Corporation 2023")]
|
||||
[assembly: AssemblyCopyright("Copyright © Microsoft Corporation 2024")]
|
||||
[assembly: AssemblyTrademark("")]
|
||||
[assembly: AssemblyCulture("")]
|
||||
|
||||
|
|
|
@ -92,12 +92,6 @@ public class Program
|
|||
{
|
||||
throw new System.Exception("Processing failed with an error");
|
||||
}
|
||||
|
||||
// Error out if Simplygon has errors.
|
||||
if (hasErrors)
|
||||
{
|
||||
throw new System.Exception("Processing failed with an error");
|
||||
}
|
||||
}
|
||||
|
||||
static void RunAggregation(Simplygon.ISimplygon sg)
|
||||
|
|
|
@ -7,7 +7,7 @@ using System.Runtime.InteropServices;
|
|||
[assembly: AssemblyConfiguration("")]
|
||||
[assembly: AssemblyCompany("")]
|
||||
[assembly: AssemblyProduct("AggregationWithVisibilityOccluder")]
|
||||
[assembly: AssemblyCopyright("Copyright © Microsoft Corporation 2023")]
|
||||
[assembly: AssemblyCopyright("Copyright © Microsoft Corporation 2024")]
|
||||
[assembly: AssemblyTrademark("")]
|
||||
[assembly: AssemblyCulture("")]
|
||||
|
||||
|
|
|
@ -92,12 +92,6 @@ public class Program
|
|||
{
|
||||
throw new System.Exception("Processing failed with an error");
|
||||
}
|
||||
|
||||
// Error out if Simplygon has errors.
|
||||
if (hasErrors)
|
||||
{
|
||||
throw new System.Exception("Processing failed with an error");
|
||||
}
|
||||
}
|
||||
|
||||
static void AmbientOcclusionCasting(Simplygon.ISimplygon sg)
|
||||
|
|
|
@ -7,7 +7,7 @@ using System.Runtime.InteropServices;
|
|||
[assembly: AssemblyConfiguration("")]
|
||||
[assembly: AssemblyCompany("")]
|
||||
[assembly: AssemblyProduct("AmbientOcclusionCasting")]
|
||||
[assembly: AssemblyCopyright("Copyright © Microsoft Corporation 2023")]
|
||||
[assembly: AssemblyCopyright("Copyright © Microsoft Corporation 2024")]
|
||||
[assembly: AssemblyTrademark("")]
|
||||
[assembly: AssemblyCulture("")]
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ using System.Runtime.InteropServices;
|
|||
[assembly: AssemblyConfiguration("")]
|
||||
[assembly: AssemblyCompany("")]
|
||||
[assembly: AssemblyProduct("AttributeTessellation")]
|
||||
[assembly: AssemblyCopyright("Copyright © Microsoft Corporation 2023")]
|
||||
[assembly: AssemblyCopyright("Copyright © Microsoft Corporation 2024")]
|
||||
[assembly: AssemblyTrademark("")]
|
||||
[assembly: AssemblyCulture("")]
|
||||
|
||||
|
|
|
@ -60,12 +60,6 @@ public class Program
|
|||
{
|
||||
throw new System.Exception("Processing failed with an error");
|
||||
}
|
||||
|
||||
// Error out if Simplygon has errors.
|
||||
if (hasErrors)
|
||||
{
|
||||
throw new System.Exception("Processing failed with an error");
|
||||
}
|
||||
}
|
||||
|
||||
static void RunReduction(Simplygon.ISimplygon sg, string inputFile, string outputFile)
|
||||
|
|
|
@ -7,7 +7,7 @@ using System.Runtime.InteropServices;
|
|||
[assembly: AssemblyConfiguration("")]
|
||||
[assembly: AssemblyCompany("")]
|
||||
[assembly: AssemblyProduct("Batching")]
|
||||
[assembly: AssemblyCopyright("Copyright © Microsoft Corporation 2023")]
|
||||
[assembly: AssemblyCopyright("Copyright © Microsoft Corporation 2024")]
|
||||
[assembly: AssemblyTrademark("")]
|
||||
[assembly: AssemblyCulture("")]
|
||||
|
||||
|
|
|
@ -60,12 +60,6 @@ public class Program
|
|||
{
|
||||
throw new System.Exception("Processing failed with an error");
|
||||
}
|
||||
|
||||
// Error out if Simplygon has errors.
|
||||
if (hasErrors)
|
||||
{
|
||||
throw new System.Exception("Processing failed with an error");
|
||||
}
|
||||
}
|
||||
|
||||
static void RunReduction(Simplygon.ISimplygon sg, string inputFile, string outputFile)
|
||||
|
|
|
@ -7,7 +7,7 @@ using System.Runtime.InteropServices;
|
|||
[assembly: AssemblyConfiguration("")]
|
||||
[assembly: AssemblyCompany("")]
|
||||
[assembly: AssemblyProduct("BatchingWithSimplygonGrid")]
|
||||
[assembly: AssemblyCopyright("Copyright © Microsoft Corporation 2023")]
|
||||
[assembly: AssemblyCopyright("Copyright © Microsoft Corporation 2024")]
|
||||
[assembly: AssemblyTrademark("")]
|
||||
[assembly: AssemblyCulture("")]
|
||||
|
||||
|
|
|
@ -92,12 +92,6 @@ public class Program
|
|||
{
|
||||
throw new System.Exception("Processing failed with an error");
|
||||
}
|
||||
|
||||
// Error out if Simplygon has errors.
|
||||
if (hasErrors)
|
||||
{
|
||||
throw new System.Exception("Processing failed with an error");
|
||||
}
|
||||
}
|
||||
|
||||
static void ColorCasting(Simplygon.ISimplygon sg)
|
||||
|
|
|
@ -7,7 +7,7 @@ using System.Runtime.InteropServices;
|
|||
[assembly: AssemblyConfiguration("")]
|
||||
[assembly: AssemblyCompany("")]
|
||||
[assembly: AssemblyProduct("ColorCasting")]
|
||||
[assembly: AssemblyCopyright("Copyright © Microsoft Corporation 2023")]
|
||||
[assembly: AssemblyCopyright("Copyright © Microsoft Corporation 2024")]
|
||||
[assembly: AssemblyTrademark("")]
|
||||
[assembly: AssemblyCulture("")]
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ using System.Runtime.InteropServices;
|
|||
[assembly: AssemblyConfiguration("")]
|
||||
[assembly: AssemblyCompany("")]
|
||||
[assembly: AssemblyProduct("ComputeCasting")]
|
||||
[assembly: AssemblyCopyright("Copyright © Microsoft Corporation 2023")]
|
||||
[assembly: AssemblyCopyright("Copyright © Microsoft Corporation 2024")]
|
||||
[assembly: AssemblyTrademark("")]
|
||||
[assembly: AssemblyCulture("")]
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ using System.Runtime.InteropServices;
|
|||
[assembly: AssemblyConfiguration("")]
|
||||
[assembly: AssemblyCompany("")]
|
||||
[assembly: AssemblyProduct("ComputeCastingMaterialEvaluationShaderXML")]
|
||||
[assembly: AssemblyCopyright("Copyright © Microsoft Corporation 2023")]
|
||||
[assembly: AssemblyCopyright("Copyright © Microsoft Corporation 2024")]
|
||||
[assembly: AssemblyTrademark("")]
|
||||
[assembly: AssemblyCulture("")]
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ using System.Runtime.InteropServices;
|
|||
[assembly: AssemblyConfiguration("")]
|
||||
[assembly: AssemblyCompany("")]
|
||||
[assembly: AssemblyProduct("ComputeCastingWithSceneDescription")]
|
||||
[assembly: AssemblyCopyright("Copyright © Microsoft Corporation 2023")]
|
||||
[assembly: AssemblyCopyright("Copyright © Microsoft Corporation 2024")]
|
||||
[assembly: AssemblyTrademark("")]
|
||||
[assembly: AssemblyCulture("")]
|
||||
|
||||
|
|
|
@ -92,12 +92,6 @@ public class Program
|
|||
{
|
||||
throw new System.Exception("Processing failed with an error");
|
||||
}
|
||||
|
||||
// Error out if Simplygon has errors.
|
||||
if (hasErrors)
|
||||
{
|
||||
throw new System.Exception("Processing failed with an error");
|
||||
}
|
||||
}
|
||||
|
||||
static void DisplacementCasting(Simplygon.ISimplygon sg)
|
||||
|
|
|
@ -7,7 +7,7 @@ using System.Runtime.InteropServices;
|
|||
[assembly: AssemblyConfiguration("")]
|
||||
[assembly: AssemblyCompany("")]
|
||||
[assembly: AssemblyProduct("DisplacementCasting")]
|
||||
[assembly: AssemblyCopyright("Copyright © Microsoft Corporation 2023")]
|
||||
[assembly: AssemblyCopyright("Copyright © Microsoft Corporation 2024")]
|
||||
[assembly: AssemblyTrademark("")]
|
||||
[assembly: AssemblyCulture("")]
|
||||
|
||||
|
|
|
@ -70,12 +70,6 @@ public class Program
|
|||
{
|
||||
throw new System.Exception("Processing failed with an error");
|
||||
}
|
||||
|
||||
// Error out if Simplygon has errors.
|
||||
if (hasErrors)
|
||||
{
|
||||
throw new System.Exception("Processing failed with an error");
|
||||
}
|
||||
}
|
||||
|
||||
static void RunReduction(Simplygon.ISimplygon sg)
|
||||
|
|
|
@ -7,7 +7,7 @@ using System.Runtime.InteropServices;
|
|||
[assembly: AssemblyConfiguration("")]
|
||||
[assembly: AssemblyCompany("")]
|
||||
[assembly: AssemblyProduct("ErrorEvent")]
|
||||
[assembly: AssemblyCopyright("Copyright © Microsoft Corporation 2023")]
|
||||
[assembly: AssemblyCopyright("Copyright © Microsoft Corporation 2024")]
|
||||
[assembly: AssemblyTrademark("")]
|
||||
[assembly: AssemblyCulture("")]
|
||||
|
||||
|
|
Некоторые файлы не были показаны из-за слишком большого количества измененных файлов Показать больше
Загрузка…
Ссылка в новой задаче