Paradox Game Engine
v1.0.0 beta06
Main Page
Related Pages
Packages
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Events
Macros
Pages
ShadowMapReceiverInfo.cs
Go to the documentation of this file.
1
// Copyright (c) 2014 Silicon Studio Corp. (http://siliconstudio.co.jp)
2
// This file is distributed under GPL v3. See LICENSE.md for details.
3
using
System.Runtime.InteropServices;
4
using
SiliconStudio.Core.Mathematics;
5
6
namespace
SiliconStudio.
Paradox
.Effects.Modules
7
{
8
[StructLayout(LayoutKind.Sequential, Pack = 4)]
9
internal
struct
ShadowMapReceiverInfo
10
{
11
public
Vector3
ShadowLightDirection;
12
public
float
ShadowMapDistance;
13
}
14
}
SiliconStudio.Core.Mathematics.Vector3
Represents a three dimensional mathematical vector.
Definition:
Vector3.cs:42
SiliconStudio.Paradox.Graphics.Paradox
Paradox image file.
sources
shaders
ShadowMap
ShadowMapReceiverInfo.cs
Generated on Sat Dec 20 2014 21:52:09 for Paradox Game Engine by
1.8.7