WPF 3D light intensity
Asked Answered
M

1

5

I have a 3D scene with an AmbientLight. And I want to add a second Light (SpotLight) to beam an area with red. Unfortunately the AmbientLight is much brighter than the Spotlight so it is not visible.

Has anyone an idea?

Thanks in advance.

Mcniel answered 4/2, 2013 at 16:51 Comment(0)
V
7

The way to change the intensity of an AmbientLight in WPF is to change the color. If you want the light to be less intense you just set it to be a darker color (i.e. Gray instead of White or Navy instead of Blue).

Vizard answered 21/6, 2013 at 16:40 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.