Commit 90dfc4e
authored
File tree
- include/nbl/builtin/hlsl
- bxdf
- base
- concepts/accessors
- math
- path_tracing
- rwmc
- sampling
- shapes
- src/nbl/builtin
Submodule examples_tests updated 29 files
- 31_HLSLPathTracer/CMakeLists.txt+40
- 31_HLSLPathTracer/app_resources/glsl/common.glsl+837
- 31_HLSLPathTracer/app_resources/glsl/litByRectangle.comp+182
- 31_HLSLPathTracer/app_resources/glsl/litBySphere.comp+60
- 31_HLSLPathTracer/app_resources/glsl/litByTriangle.comp+105
- 31_HLSLPathTracer/app_resources/hlsl/example_common.hlsl+742
- 31_HLSLPathTracer/app_resources/hlsl/intersector.hlsl+131
- 31_HLSLPathTracer/app_resources/hlsl/material_system.hlsl+286
- 31_HLSLPathTracer/app_resources/hlsl/next_event_estimator.hlsl+437
- 31_HLSLPathTracer/app_resources/hlsl/present.frag.hlsl+19
- 31_HLSLPathTracer/app_resources/hlsl/rand_gen.hlsl+40
- 31_HLSLPathTracer/app_resources/hlsl/render.comp.hlsl+222
- 31_HLSLPathTracer/app_resources/hlsl/render_common.hlsl+27
- 31_HLSLPathTracer/app_resources/hlsl/render_rwmc_common.hlsl+13
- 31_HLSLPathTracer/app_resources/hlsl/resolve.comp.hlsl+65
- 31_HLSLPathTracer/app_resources/hlsl/resolve_common.hlsl+15
- 31_HLSLPathTracer/app_resources/hlsl/scene_base.hlsl+76
- 31_HLSLPathTracer/app_resources/hlsl/scene_rectangle_light.hlsl+97
- 31_HLSLPathTracer/app_resources/hlsl/scene_sphere_light.hlsl+100
- 31_HLSLPathTracer/app_resources/hlsl/scene_triangle_light.hlsl+97
- 31_HLSLPathTracer/config.json.template+28
- 31_HLSLPathTracer/include/nbl/this_example/common.hpp+17
- 31_HLSLPathTracer/include/nbl/this_example/transform.hpp+167
- 31_HLSLPathTracer/main.cpp+1.6k
- 31_HLSLPathTracer/pipeline.groovy+50
- 40_PathTracer/include/renderer/shaders/session.hlsl+1-1
- 40_PathTracer/src/renderer/CRenderer.cpp+17-1
- 62_CAD/main.cpp+44-9
- CMakeLists.txt+1
Lines changed: 12 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
202 | 202 | | |
203 | 203 | | |
204 | 204 | | |
| 205 | + | |
205 | 206 | | |
206 | 207 | | |
207 | | - | |
| 208 | + | |
208 | 209 | | |
209 | 210 | | |
210 | 211 | | |
| |||
307 | 308 | | |
308 | 309 | | |
309 | 310 | | |
310 | | - | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
311 | 321 | | |
312 | 322 | | |
313 | 323 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
508 | 508 | | |
509 | 509 | | |
510 | 510 | | |
511 | | - | |
| 511 | + | |
512 | 512 | | |
513 | | - | |
514 | | - | |
515 | 513 | | |
516 | 514 | | |
517 | 515 | | |
| |||
523 | 521 | | |
524 | 522 | | |
525 | 523 | | |
| 524 | + | |
526 | 525 | | |
527 | 526 | | |
528 | 527 | | |
| |||
549 | 548 | | |
550 | 549 | | |
551 | 550 | | |
552 | | - | |
| 551 | + | |
553 | 552 | | |
554 | 553 | | |
555 | 554 | | |
556 | | - | |
| 555 | + | |
557 | 556 | | |
558 | | - | |
| 557 | + | |
559 | 558 | | |
560 | 559 | | |
561 | | - | |
| 560 | + | |
562 | 561 | | |
563 | | - | |
564 | | - | |
565 | | - | |
566 | | - | |
567 | | - | |
568 | | - | |
| 562 | + | |
| 563 | + | |
| 564 | + | |
| 565 | + | |
| 566 | + | |
| 567 | + | |
| 568 | + | |
| 569 | + | |
| 570 | + | |
| 571 | + | |
| 572 | + | |
| 573 | + | |
| 574 | + | |
| 575 | + | |
| 576 | + | |
| 577 | + | |
| 578 | + | |
| 579 | + | |
| 580 | + | |
| 581 | + | |
| 582 | + | |
| 583 | + | |
| 584 | + | |
| 585 | + | |
569 | 586 | | |
570 | 587 | | |
571 | | - | |
572 | | - | |
| 588 | + | |
| 589 | + | |
| 590 | + | |
| 591 | + | |
573 | 592 | | |
574 | 593 | | |
575 | 594 | | |
576 | | - | |
577 | | - | |
578 | | - | |
579 | | - | |
580 | | - | |
581 | | - | |
582 | | - | |
583 | 595 | | |
584 | 596 | | |
585 | 597 | | |
| |||
591 | 603 | | |
592 | 604 | | |
593 | 605 | | |
594 | | - | |
595 | | - | |
| 606 | + | |
| 607 | + | |
| 608 | + | |
| 609 | + | |
| 610 | + | |
| 611 | + | |
| 612 | + | |
| 613 | + | |
| 614 | + | |
| 615 | + | |
| 616 | + | |
| 617 | + | |
596 | 618 | | |
597 | 619 | | |
598 | 620 | | |
| |||
613 | 635 | | |
614 | 636 | | |
615 | 637 | | |
| 638 | + | |
616 | 639 | | |
617 | 640 | | |
618 | 641 | | |
| |||
641 | 664 | | |
642 | 665 | | |
643 | 666 | | |
| 667 | + | |
| 668 | + | |
| 669 | + | |
| 670 | + | |
| 671 | + | |
| 672 | + | |
| 673 | + | |
644 | 674 | | |
645 | 675 | | |
646 | 676 | | |
| |||
650 | 680 | | |
651 | 681 | | |
652 | 682 | | |
| 683 | + | |
| 684 | + | |
| 685 | + | |
| 686 | + | |
| 687 | + | |
| 688 | + | |
| 689 | + | |
| 690 | + | |
653 | 691 | | |
654 | 692 | | |
655 | 693 | | |
| |||
691 | 729 | | |
692 | 730 | | |
693 | 731 | | |
694 | | - | |
695 | | - | |
| 732 | + | |
696 | 733 | | |
697 | 734 | | |
698 | 735 | | |
| |||
739 | 776 | | |
740 | 777 | | |
741 | 778 | | |
742 | | - | |
743 | | - | |
| 779 | + | |
744 | 780 | | |
745 | 781 | | |
746 | 782 | | |
| |||
Lines changed: 8 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | | - | |
| 21 | + | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
29 | 30 | | |
30 | | - | |
| 31 | + | |
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
35 | 36 | | |
36 | 37 | | |
| 38 | + | |
37 | 39 | | |
38 | | - | |
| 40 | + | |
39 | 41 | | |
| 42 | + | |
40 | 43 | | |
41 | 44 | | |
42 | 45 | | |
| |||
47 | 50 | | |
48 | 51 | | |
49 | 52 | | |
50 | | - | |
| 53 | + | |
Lines changed: 18 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | | - | |
23 | | - | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | | - | |
| 28 | + | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
34 | 35 | | |
35 | | - | |
| 36 | + | |
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
39 | 40 | | |
| 41 | + | |
40 | 42 | | |
41 | | - | |
| 43 | + | |
42 | 44 | | |
| 45 | + | |
43 | 46 | | |
44 | 47 | | |
45 | 48 | | |
46 | 49 | | |
47 | 50 | | |
48 | 51 | | |
49 | 52 | | |
50 | | - | |
51 | | - | |
| 53 | + | |
| 54 | + | |
52 | 55 | | |
53 | 56 | | |
54 | 57 | | |
55 | 58 | | |
56 | 59 | | |
| 60 | + | |
57 | 61 | | |
58 | | - | |
| 62 | + | |
59 | 63 | | |
60 | 64 | | |
61 | 65 | | |
62 | 66 | | |
63 | 67 | | |
| 68 | + | |
64 | 69 | | |
65 | | - | |
| 70 | + | |
66 | 71 | | |
| 72 | + | |
67 | 73 | | |
68 | 74 | | |
69 | 75 | | |
| |||
73 | 79 | | |
74 | 80 | | |
75 | 81 | | |
76 | | - | |
| 82 | + | |
Lines changed: 6 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
28 | 29 | | |
29 | | - | |
| 30 | + | |
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
| 36 | + | |
35 | 37 | | |
36 | | - | |
| 38 | + | |
37 | 39 | | |
| 40 | + | |
38 | 41 | | |
39 | 42 | | |
40 | 43 | | |
| |||
44 | 47 | | |
45 | 48 | | |
46 | 49 | | |
47 | | - | |
| 50 | + | |
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | | - | |
| 21 | + | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
152 | 152 | | |
153 | 153 | | |
154 | 154 | | |
155 | | - | |
| 155 | + | |
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
| |||
0 commit comments