Axiom.Core.StaticGeometry.Region.RegionShadowRenderable.GetWorldTransforms C# (CSharp) 메소드

GetWorldTransforms() 공개 메소드

public GetWorldTransforms ( Matrix4 matrices ) : void
matrices Axiom.Math.Matrix4
리턴 void
				public override void GetWorldTransforms( Matrix4[] matrices )
				{
					matrices[ 0 ] = parent.ParentNodeFullTransform;
				}
StaticGeometry.Region.RegionShadowRenderable