Blender V2.61 - r43446
|
#include "GL/glew.h"
#include "KX_BlenderMaterial.h"
#include "BL_Material.h"
#include "KX_Scene.h"
#include "KX_Light.h"
#include "KX_GameObject.h"
#include "KX_MeshProxy.h"
#include "MT_Vector3.h"
#include "MT_Vector4.h"
#include "MT_Matrix4x4.h"
#include "RAS_BucketManager.h"
#include "RAS_MeshObject.h"
#include "RAS_IRasterizer.h"
#include "RAS_OpenGLRasterizer/RAS_GLExtensionManager.h"
#include "GPU_draw.h"
#include "STR_HashedString.h"
#include "DNA_object_types.h"
#include "DNA_material_types.h"
#include "DNA_image_types.h"
#include "DNA_meshdata_types.h"
#include "BKE_mesh.h"
#include "BLI_utildefines.h"
Go to the source code of this file.
Defines | |
#define | spit(x) std::cout << x << std::endl; |
Functions | |
static void | GetProjPlane (BL_Material *mat, int index, int num, float *param) |
Definition in file KX_BlenderMaterial.cpp.
#define spit | ( | x | ) | std::cout << x << std::endl; |
Definition at line 39 of file KX_BlenderMaterial.cpp.
Referenced by KX_BlenderMaterial::OnConstruction().
static void GetProjPlane | ( | BL_Material * | mat, |
int | index, | ||
int | num, | ||
float * | param | ||
) | [static] |
Definition at line 696 of file KX_BlenderMaterial.cpp.
References BL_Material::mapping, BL_Mapping::projplane, PROJX, PROJY, and PROJZ.