Axiom.Core.StaticGeometry.LODBucket.Build C# (CSharp) Méthode

Build() public méthode

public Build ( bool stencilShadows, int logLevel ) : void
stencilShadows bool
logLevel int
Résultat 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 );
			}