Showing related tags and posts across the entire site.
-
Hi, I'm using a single PointLight for my solar system (deferred) rendering which I'm setting the following way: this.sunLight = new PointLight() { Intensity = 0.8f, FillLight = false, ObjectType = SynapseGaming.LightingSystem.Core.ObjectType.Static, Position = this.World.Translation, Radius ...