Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
begla committed Jan 26, 2024
1 parent 99917fa commit c74388d
Show file tree
Hide file tree
Showing 7 changed files with 4,863 additions and 7,912 deletions.
2 changes: 1 addition & 1 deletion iolite_plugins/build_plugins.bat
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
cmake -S . -B build -DCMAKE_BUILD_TYPE=Release
cmake -S . -B build -DCMAKE_BUILD_TYPE=Release -DCMAKE_GENERATOR=Ninja
cmake --build build --config Release
26 changes: 26 additions & 0 deletions iolite_samples/plugins.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
[
{
"name": "terrain",
"filename": "IoliteTerrainPlugin"
},
{
"name": "lua",
"filename": "IoliteLuaPlugin"
},
{
"name": "denoiser_oidn",
"filename": "IoliteDenoiserOIDNPlugin"
},
{
"name": "voxel_editing",
"filename": "IoliteVoxelEditingPlugin"
},
{
"name": "sample_plugin_c",
"filename": "IoliteSamplePluginC"
},
{
"name": "sample_plugin_cpp",
"filename": "IoliteSamplePluginCPP"
}
]
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit c74388d

Please sign in to comment.