代码搜索:Texture

找到约 4,874 项符合「Texture」的源代码

代码结果 4,874
www.eeworm.com/read/219464/14880187

htm mt0196.htm

Introducing texture mapping
www.eeworm.com/read/219464/14880208

htm mt0232.htm

Texture boundary mode example
www.eeworm.com/read/219464/14880268

htm mt0212.htm

Using texture coordinates
www.eeworm.com/read/219464/14880399

htm mt0228.htm

Texture translation example
www.eeworm.com/read/219464/14880767

htm mt0224.htm

Texture rotation example
www.eeworm.com/read/219464/14881252

htm mt0223.htm

Texture rotation example code
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() {