Axiom.Core.StaticGeometry.LODBucket.Build C# (CSharp) Method

Build() public method

public Build ( bool stencilShadows, int logLevel ) : void
stencilShadows bool
logLevel int
return void
			public void Build( bool stencilShadows, int logLevel )
			{
				// Just pass this on to child buckets
				foreach ( MaterialBucket mbucket in materialBucketMap.Values )
					mbucket.Build( stencilShadows, logLevel );
			}