This commit is contained in:
Anders Ostlund 2024-06-11 11:16:08 +00:00
Родитель ac13857e9e 841defb20e
Коммит 0a1fdc19ee
202 изменённых файлов: 74 добавлений и 842 удалений

Просмотреть файл

@ -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("")]

Некоторые файлы не были показаны из-за слишком большого количества измененных файлов Показать больше