Skip to content

Why my building is black in the render progress? #642

Closed Answered by merlinND
likehbbfoe asked this question in Q&A
Discussion options

You must be logged in to vote

I think I see what happened. Your XML file does not contain any emitter (light source), so the rendering appears black. Usually in Blender there's an environment emitter by default. You can also see it in the built-in Sionna scenes.
The scene should become visible again after adding e.g. this emitter to your XML file:

<!-- Emitters -->
	<emitter type="constant" id="World">
		<rgb value="1.000000 1.000000 1.000000" name="radiance"/>
	</emitter>

Replies: 1 comment 3 replies

Comment options

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

@merlinND
Comment options

Answer selected by likehbbfoe
@likehbbfoe
Comment options

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