2 files changed
+15
-5
lines changedSubmodule examples_tests updated 94 files
- 01_HelloCoreSystemAsset/CMakeLists.txt
- 01_HelloCoreSystemAsset/builtin/include/dir/data/test.txt
- 01_HelloCoreSystemAsset/config.json.template
- 01_HelloCoreSystemAsset/main.cpp+316
- 01_HelloCoreSystemAsset/pipeline.groovy
- 01_HelloSystemAssetUI/main.cpp-515
- 05_NablaTutorialExample/main.cpp-593
- 05_NablaTutorialExample/pipeline.groovy-50
- 13_EmptyExample/main.cpp-620
- 14_ComputeScan/config.json.template-28
- 20_Megatexture/CMakeLists.txt-7
- 21_DynamicTextureIndexing/CMakeLists.txt-7
- 44_LevelCurveExtraction/CMakeLists.txt-7
- 44_LevelCurveExtraction/InputEventReciever.h-90
- 44_LevelCurveExtraction/common.glsl-29
- 44_LevelCurveExtraction/compute.comp-16
- 44_LevelCurveExtraction/main.cpp-622
- 44_LevelCurveExtraction/pipeline.groovy-50
- 49_ComputeFFT/config.json.template-28
- 58_MediaUnpackingOnAndroid/config.json.template-28
- CMakeLists.txt+16-30
- old_to_refactor/03_GPU_Mesh/CMakeLists.txt
- old_to_refactor/03_GPU_Mesh/main.cpp
- old_to_refactor/03_GPU_Mesh/pipeline.groovy
- old_to_refactor/04_Keyframe/CMakeLists.txt
- old_to_refactor/04_Keyframe/config.json.template
- old_to_refactor/04_Keyframe/main.cpp
- old_to_refactor/04_Keyframe/pipeline.groovy
- old_to_refactor/11_LoDSystem/CMakeLists.txt
- old_to_refactor/11_LoDSystem/assets/common.glsl
- old_to_refactor/11_LoDSystem/assets/cull_overrides.glsl
- old_to_refactor/11_LoDSystem/assets/mesh.frag
- old_to_refactor/11_LoDSystem/assets/mesh.vert
- old_to_refactor/11_LoDSystem/config.json.template
- old_to_refactor/11_LoDSystem/main.cpp
- old_to_refactor/11_LoDSystem/pipeline.groovy
- old_to_refactor/12_glTF/CMakeLists.txt
- old_to_refactor/12_glTF/config.json.template
- old_to_refactor/12_glTF/main.cpp
- old_to_refactor/12_glTF/pipeline.groovy
- old_to_refactor/14_ComputeScan/CMakeLists.txt
- old_to_refactor/14_ComputeScan/config.json.template
- old_to_refactor/14_ComputeScan/main.cpp
- old_to_refactor/14_ComputeScan/pipeline.groovy
- old_to_refactor/16_OrderIndependentTransparency/CMakeLists.txt
- old_to_refactor/16_OrderIndependentTransparency/assets/oit_fill_nodes.frag
- old_to_refactor/16_OrderIndependentTransparency/config.json.template
- old_to_refactor/16_OrderIndependentTransparency/main.cpp
- old_to_refactor/16_OrderIndependentTransparency/pipeline.groovy
- old_to_refactor/17_SimpleBulletIntegration/CMakeLists.txt
- old_to_refactor/17_SimpleBulletIntegration/assets/mesh.frag
- old_to_refactor/17_SimpleBulletIntegration/assets/mesh.vert
- old_to_refactor/17_SimpleBulletIntegration/config.json.template
- old_to_refactor/17_SimpleBulletIntegration/main.cpp
- old_to_refactor/17_SimpleBulletIntegration/pipeline.groovy
- old_to_refactor/18_MitsubaLoader/CMakeLists.txt
- old_to_refactor/18_MitsubaLoader/config.json.template
- old_to_refactor/18_MitsubaLoader/culling.geom
- old_to_refactor/18_MitsubaLoader/culling.vert
- old_to_refactor/18_MitsubaLoader/main.cpp
- old_to_refactor/18_MitsubaLoader/mesh.frag
- old_to_refactor/18_MitsubaLoader/mesh.vert
- old_to_refactor/18_MitsubaLoader/mesh_instanced.vert
- old_to_refactor/18_MitsubaLoader/pipeline.groovy
- old_to_refactor/20_Megatexture/CMakeLists.txt
- old_to_refactor/20_Megatexture/config.json.template
- old_to_refactor/20_Megatexture/main.cpp
- old_to_refactor/20_Megatexture/mesh.frag
- old_to_refactor/20_Megatexture/mesh.vert
- old_to_refactor/20_Megatexture/pipeline.groovy
- old_to_refactor/21_DynamicTextureIndexing/CMakeLists.txt
- old_to_refactor/21_DynamicTextureIndexing/config.json.template
- old_to_refactor/21_DynamicTextureIndexing/main.cpp
- old_to_refactor/21_DynamicTextureIndexing/mesh.frag
- old_to_refactor/21_DynamicTextureIndexing/mesh.vert
- old_to_refactor/21_DynamicTextureIndexing/pipeline.groovy
- old_to_refactor/49_ComputeFFT/CMakeLists.txt
- old_to_refactor/49_ComputeFFT/config.json.template
- old_to_refactor/49_ComputeFFT/extra_parameters.glsl
- old_to_refactor/49_ComputeFFT/fft_convolve_ifft.comp
- old_to_refactor/49_ComputeFFT/image_first_fft.comp
- old_to_refactor/49_ComputeFFT/last_fft.comp
- old_to_refactor/49_ComputeFFT/main.cpp
- old_to_refactor/49_ComputeFFT/normalization.comp
- old_to_refactor/49_ComputeFFT/pipeline.groovy
- old_to_refactor/51_RadixSort/CMakeLists.txt
- old_to_refactor/51_RadixSort/config.json.template
- old_to_refactor/51_RadixSort/config.json.template.orig
- old_to_refactor/51_RadixSort/main.cpp
- old_to_refactor/51_RadixSort/pipeline.groovy
- old_to_refactor/58_MediaUnpackingOnAndroid/CMakeLists.txt
- old_to_refactor/58_MediaUnpackingOnAndroid/config.json.template
- old_to_refactor/58_MediaUnpackingOnAndroid/main.cpp
- old_to_refactor/58_MediaUnpackingOnAndroid/pipeline.groovy
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
232 | 232 | | |
233 | 233 | | |
234 | 234 | | |
235 | | - | |
| 235 | + | |
236 | 236 | | |
237 | 237 | | |
238 | 238 | | |
239 | | - | |
| 239 | + | |
240 | 240 | | |
241 | 241 | | |
242 | 242 | | |
243 | 243 | | |
244 | 244 | | |
245 | | - | |
| 245 | + | |
246 | 246 | | |
247 | 247 | | |
248 | 248 | | |
249 | 249 | | |
250 | 250 | | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
251 | 261 | | |
252 | | - | |
| 262 | + | |
253 | 263 | | |
254 | 264 | | |
255 | 265 | | |
| |||
0 commit comments