Skip to content
Discussion options

You must be logged in to vote

Hi @isolin
I believe they still are occluders. I setup a scene with 3 cubes which are aligned to verify this:

import mitsuba as mi
from mitsuba import ScalarTransform4f as T

mi.set_variant('cuda_ad_rgb')

scene_description = {
    'type': 'scene',
    'emitter': {
        'type': 'cube',
        'to_world': T.translate(mi.ScalarPoint3f(-5, 0, 0)),
        'emitter' : {
            'type': 'area',
            'radiance': {
                'type': 'rgb',
                'value' : [0.9, 0.9, 0.9]
            }
        }
    },
    'irradiancemeter': {
        'type': 'cube',
        'to_world': T.translate(mi.ScalarPoint3f(5, 0, 0)),
        'sensor' : {
            'type': 'irradiancemeter',…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@isolin
Comment options

@njroussel
Comment options

@isolin
Comment options

Answer selected by isolin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants