代码搜索:Texture

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

代码结果 4,874
www.eeworm.com/read/434629/1870014

java texturedplane.java

// TexturedPlane.java // Andrew Davison, August 2003, dandrew@ratree.psu.ac.th /* Creates a single quad array of 4 vertices with a texture. The Appearance component is much simpler than ot
www.eeworm.com/read/418684/2086559

h texrender.h

#ifndef TEXRENDER_H #define TEXRENDER_H extern void _mesa_render_texture(GLcontext *ctx, struct gl_framebuffer *fb, struct gl_renderbuffer_attachment *att);
www.eeworm.com/read/409921/2227224

c hash.c

/** * \file hash.c * Generic hash table. * * Used for display lists, texture objects, vertex/fragment programs, * buffer objects, etc. The hash functions are thread-safe. * * \note ke
www.eeworm.com/read/408539/2248722

h resource.h

//{{NO_DEPENDENCIES}} // Microsoft Developer Studio generated include file. // Used by Texture.rc // #define IDM_ABOUTBOX 0x0010 #define IDD_ABOUTBOX 100 #d
www.eeworm.com/read/385253/2593686

svn-base tga.cpp.svn-base

//@author Alpha #include "TGA.h" #include TGA::TGA(void) {} TGA::~TGA(void) {} bool TGA::LoadTGA(TextureImage *texture, char *filename) // Loads A TGA File Into Memory {
www.eeworm.com/read/383153/2622416

cpp main.cpp

#include #include #include #include #include #include #include #include
www.eeworm.com/read/382408/2637346

fx water.fx

// Water rendering. // // Outputs color into RT0, (fake) normal/Z into RT1. // Water just gets a projected reflection texture, that is perturbed by // a blend of two scrolling generic "wave" tex
www.eeworm.com/read/380330/2660909

h texrender.h

#ifndef TEXRENDER_H #define TEXRENDER_H extern void _mesa_render_texture(GLcontext *ctx, struct gl_framebuffer *fb, struct gl_renderbuffer_attachment *att);
www.eeworm.com/read/377754/2696689

c tunnel.c

// Tunnel.c // Demonstrates mipmapping and using texture objects // OpenGL SuperBible // Richard S. Wright Jr. #include "../../Common/OpenGLSB.h" // System and OpenGL Stuff #include "../../Common/GLTo
www.eeworm.com/read/265319/4283330

java java3dexample.java

// Java3DExample.java // Java3DExample is an application that demonstrates Java 3D // and provides an interface for a user to control the // transformation, lighting color, and texture of a 3D sc