Skip to content

Commit

Permalink
Added SampleRenderSettings command.
Browse files Browse the repository at this point in the history
  • Loading branch information
croudyj committed Oct 4, 2024
1 parent 1e1f662 commit cbb3c8d
Show file tree
Hide file tree
Showing 3 changed files with 476 additions and 0 deletions.
1 change: 1 addition & 0 deletions cpp/SampleCommands/SampleCommands.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@
<ClCompile Include="cmdSampleReadInstancesFromFile.cpp" />
<ClCompile Include="cmdSampleReduceMesh.cpp" />
<ClCompile Include="cmdSampleRemoveMeshVertices.cpp" />
<ClCompile Include="cmdSampleRenderSettings.cpp" />
<ClCompile Include="cmdSampleResetLayers.cpp" />
<ClCompile Include="cmdSampleRevolve.cpp" />
<ClCompile Include="cmdSampleRotate.cpp" />
Expand Down
3 changes: 3 additions & 0 deletions cpp/SampleCommands/SampleCommands.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -864,6 +864,9 @@
<ClCompile Include="cmdSampleBlendCurve.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="cmdSampleRenderSettings.cpp">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="SampleCommandsApp.h">
Expand Down
Loading

0 comments on commit cbb3c8d

Please sign in to comment.