PSSMDemo.LightCameraBuilder.BuildCore C# (CSharp) Method

BuildCore() protected abstract method

ライトのビュー行列および射影行列を構築します。 Build メソッドは、表示カメラのビュー行列および射影行列より、 それらを構成するプロパティを抽出した後、このメソッドを呼び出します。
protected abstract BuildCore ( Matrix &lightView, Matrix &lightProjection ) : void
lightView Matrix
lightProjection Matrix
return void
        protected abstract void BuildCore(out Matrix lightView, out Matrix lightProjection);