You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please add one of the following label to your issue's title, and delete this section:
[π bug report]
[π¨ compilation issue]
[β¨ feature request]
[β other question]
Summary
Almost everytime I render a scene, I get a black screen. The only scene I could somewhat render is a sphere within a constant emitter.
I get a Sampler runtime error when I changed the variant from scalar to packet in an attempt to circumvent the problem.
System configuration
For bug report, please enter information regarding your system configuration<- [remove this]
Platform: Ubuntu 18.04.6
Compiler: CMake/Clang 3.22.1
Python version: Python 3.9.7
Mitsuba 2 version: newest
Compiled variants:
scalar_rgb
'scalar_spectral'
'packet_rgb'
Description
I ma attempting to render scenes with different shapes and with bsdf that are not only "diffuse" but ot no avail.
Steps to reproduce
For bug report, please enumerate the steps to follow in order to reproduce the issue <- [remove this]
After compilation, a created a simple xml with a sphere is constant emitter
Ran a python file similiar to render_scene.py
I produced the scene of interest
I changed the bsdf to dielectric and the scene would render black
I changed the variant from scalar to packet and recompiled it
Ran the python script again and got a sampler error ... RuntimeError: β[Sampler] Assertion "m_sample_index < (m_sample_count / m_samples_per_wavefront)" failed in /home/vbundu/mitsuba2/src/librender/sampler.cpp:31
The text was updated successfully, but these errors were encountered:
Please add one of the following label to your issue's title, and delete this section:
Summary
Almost everytime I render a scene, I get a black screen. The only scene I could somewhat render is a sphere within a constant emitter.
I get a Sampler runtime error when I changed the variant from scalar to packet in an attempt to circumvent the problem.
System configuration
For bug report, please enter information regarding your system configuration<- [remove this]
scalar_rgb
Description
I ma attempting to render scenes with different shapes and with bsdf that are not only "diffuse" but ot no avail.
Steps to reproduce
For bug report, please enumerate the steps to follow in order to reproduce the issue <- [remove this]
The text was updated successfully, but these errors were encountered: