代码搜索:Texture
找到约 4,874 项符合「Texture」的源代码
代码结果 4,874
www.eeworm.com/read/336357/3352048
java powerof2texture.java
package com.brackeen.javagamebook.graphics3D.texture;
/**
The PowerOf2Texture class is a Texture with a width and height
that are a power of 2 (32, 128, etc.).
*/
public final class Pow
www.eeworm.com/read/336357/3352110
java powerof2texture.java
package com.brackeen.javagamebook.graphics3D.texture;
/**
The PowerOf2Texture class is a Texture with a width and height
that are a power of 2 (32, 128, etc.).
*/
public final class Pow
www.eeworm.com/read/336357/3352182
java powerof2texture.java
package com.brackeen.javagamebook.graphics3D.texture;
/**
The PowerOf2Texture class is a Texture with a width and height
that are a power of 2 (32, 128, etc.).
*/
public final class Pow
www.eeworm.com/read/336357/3352272
java powerof2texture.java
package com.brackeen.javagamebook.graphics3D.texture;
/**
The PowerOf2Texture class is a Texture with a width and height
that are a power of 2 (32, 128, etc.).
*/
public final class Pow
www.eeworm.com/read/332467/3398309
h c3_texture.h
#ifndef _c3_texture_h_
#define _c3_texture_h_
#ifdef C3_CORE_DLL_EXPORTS
#define C3_CORE_DLL_API __declspec ( dllexport )
#else
#define C3_CORE_DLL_API __declspec ( dllimport )
#endif
#incl
www.eeworm.com/read/332467/3398323
cpp c3_texture.cpp
#pragma warning(disable:4786)
#include "..\include\c3_texture.h"
#include "..\include\c3_main.h"
#include "..\include\c3_datafile.h"
#include "..\include\DnFile.h"
C3_CORE_DLL_API DWORD g_dwTe
www.eeworm.com/read/287743/4018144
txt texture.csproj.filelist.txt
bin\Debug\Textures.exe
bin\Debug\Textures.pdb
obj\Debug\ResolveAssemblyReference.cache
obj\Debug\Textures.banana.bmp
obj\Debug\Textures.ground.bmp
obj\Debug\Textures.puck.bmp
obj\Debug\Textures.
www.eeworm.com/read/270087/4241454
cpp texture2d.cpp
#include "texture2d.h"
#include "../openglserver/openglserver.h"
#include "../imageserver/image.h"
using namespace kerosin;
Texture2D::Texture2D(const boost::shared_ptr &textureServer
www.eeworm.com/read/270087/4241456
h texture2d.h
/* -*- mode: c++; c-basic-offset: 4; indent-tabs-mode: nil -*-
this file is part of rcssserver3D
Fri May 9 2003
Copyright (C) 2002,2003 Koblenz University
Copyright (C) 2003 RoboCup Socce