Ejemplo n.º 1
0
        public void CreateTextureLightMapShader()
        {
            var shader = new TextureLightMapShaderWithFormat(Resolve <Device>());

            Assert.IsTrue(shader.Format.HasLightmap);
            Assert.IsTrue(shader.Format.HasUV);
        }
Ejemplo n.º 2
0
		public void CreateTextureLightMapShader()
		{
			var shader = new TextureLightMapShaderWithFormat(Resolve<Device>());
			Assert.IsTrue(shader.Format.HasLightmap);
			Assert.IsTrue(shader.Format.HasUV);
		}