Hi all :D,
I wanted to know if its possible to create a PointLight in XAML or code-behind that imitates a spherical light source like a Sun?
Thanks
q
Printable View
Hi all :D,
I wanted to know if its possible to create a PointLight in XAML or code-behind that imitates a spherical light source like a Sun?
Thanks
q
Well a PointLight, by definition, is a light source which emanates light from a single point, hence the name. AFAIK, you cannot create a spherical light source by deriving from this class...