代码搜索:Texture
找到约 4,874 项符合「Texture」的源代码
代码结果 4,874
www.eeworm.com/read/215854/15037921
cpp texturedoc.cpp
// TextureDoc.cpp : CTextureDoc 类的实现
//
#include "stdafx.h"
#include "Texture.h"
#include "TextureDoc.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
// CTextureDoc
IMPLEMENT_DYNCR
www.eeworm.com/read/212209/15163882
cpp texturedoc.cpp
// TextureDoc.cpp : CTextureDoc 类的实现
//
#include "stdafx.h"
#include "Texture.h"
#include "TextureDoc.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
// CTextureDoc
IMPLEMENT_DYNCR
www.eeworm.com/read/4065/27000
cpp skybox.cpp
#include "SkyBox.h"
const int CSkyBox::NUMFACES = 6;
CSkyBox::CSkyBox()
{
for (int q=0; q < NUMFACES; q++) {
m_Texture[q] = NULL;
}
m_fSize = 10.0f;
}
CSkyBox::~CSkyBox()
{
www.eeworm.com/read/4065/27258
cpp skybox.cpp
#include "SkyBox.h"
const int CSkyBox::NUMFACES = 6;
CSkyBox::CSkyBox()
{
for (int q=0; q < NUMFACES; q++) {
m_Texture[q] = NULL;
}
m_fSize = 10.0f;
}
CSkyBox::~CSkyBox()
{