Skip to content

Commit c976d2a

Browse files
committed
multi gpu fixed, todo cleanup debug outputs
1 parent 846db7c commit c976d2a

File tree

4 files changed

+0
-2
lines changed

4 files changed

+0
-2
lines changed

plotoptix/bin/RnD.SharpOptiX.dll

0 Bytes
Binary file not shown.

plotoptix/bin/librndSharpOptiX7.so

4.07 KB
Binary file not shown.

plotoptix/bin/rndSharpOptiX7.dll

-2 KB
Binary file not shown.

plotoptix/npoptix.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -348,8 +348,6 @@ def resize(self, width: Optional[int] = None, height: Optional[int] = None) -> N
348348
@staticmethod
349349
def _default_initialization(wnd) -> None:
350350
wnd._logger.info("Default scene initialization.")
351-
if wnd._optix.get_max_accumulation_frames() < 4:
352-
wnd._optix.set_max_accumulation_frames(4)
353351
if wnd._optix.get_current_camera() == 0:
354352
wnd.setup_camera("default", [0, 0, 10], [0, 0, 0])
355353

0 commit comments

Comments
 (0)