Definition at line 10 of file VF_Packer.cs.
static short VRage.Import.VF_Packer.PackAmbientAndAlpha |
( |
float |
ambient, |
|
|
byte |
alpha |
|
) |
| |
|
inlinestatic |
static uint VRage.Import.VF_Packer.PackNormal |
( |
Vector3 |
normal | ) |
|
|
inlinestatic |
static uint VRage.Import.VF_Packer.PackNormal |
( |
ref Vector3 |
normal | ) |
|
|
inlinestatic |
static Byte4 VRage.Import.VF_Packer.PackNormalB4 |
( |
ref Vector3 |
normal | ) |
|
|
inlinestatic |
static uint VRage.Import.VF_Packer.PackTangentSign |
( |
ref Vector4 |
tangent | ) |
|
|
inlinestatic |
static Byte4 VRage.Import.VF_Packer.PackTangentSignB4 |
( |
ref Vector4 |
tangentW | ) |
|
|
inlinestatic |
static Vector3 VRage.Import.VF_Packer.RepackModelPosition |
( |
ref Vector3 |
position | ) |
|
|
inlinestatic |
static byte VRage.Import.VF_Packer.UnpackAlpha |
( |
short |
packed | ) |
|
|
inlinestatic |
static byte VRage.Import.VF_Packer.UnpackAlpha |
( |
float |
packed | ) |
|
|
inlinestatic |
static float VRage.Import.VF_Packer.UnpackAmbient |
( |
float |
packed | ) |
|
|
inlinestatic |
static float VRage.Import.VF_Packer.UnpackAmbient |
( |
short |
packed | ) |
|
|
inlinestatic |
static Vector3 VRage.Import.VF_Packer.UnpackNormal |
( |
ref uint |
packedNormal | ) |
|
|
inlinestatic |
static Vector3 VRage.Import.VF_Packer.UnpackNormal |
( |
uint |
packedNormal | ) |
|
|
inlinestatic |
static Vector3 VRage.Import.VF_Packer.UnpackNormal |
( |
Byte4 |
packedNormal | ) |
|
|
inlinestatic |
static Vector3 VRage.Import.VF_Packer.UnpackNormal |
( |
ref Byte4 |
packedNormal | ) |
|
|
inlinestatic |
static Vector4 VRage.Import.VF_Packer.UnpackTangentSign |
( |
ref Byte4 |
packedTangent | ) |
|
|
inlinestatic |
The documentation for this class was generated from the following file: