代码搜索:Texture
找到约 4,874 项符合「Texture」的源代码
代码结果 4,874
www.eeworm.com/read/265319/4283357
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
www.eeworm.com/read/265319/4283553
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
www.eeworm.com/read/265319/4283560
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
www.eeworm.com/read/101085/15852873
h font.h
/* This code is based on the font loading code in */
/* OpenGL Game Progamming by Hawkins and Astle */
#ifndef _FONT_H_
#define _FONT_H_
#include "../Texture.h"
#define COLORKEY_RED 0
#
www.eeworm.com/read/289230/8566957
cg position.cg
//
// simple vertex program transforms vertices to projection space and
// passes through color and texture
struct appdata {
float4 position : ATTRIB0;
float4 color : ATTRIB1;
floa
www.eeworm.com/read/181089/9274720
cg position.cg
//
// simple vertex program transforms vertices to projection space and
// passes through color and texture
struct appdata {
float4 position : ATTRIB0;
float4 color : ATTRIB1;
floa
www.eeworm.com/read/161803/10372772
h textobj.h
/* textobj.h
**
** quad with text as texture using OpenGL
** Copyright (C) 2001 Florian Berger
** Email: harpin_floh@yahoo.de, florian.berger@jk.uni-linz.ac.at
**
** This program is free
www.eeworm.com/read/306970/13734427
h s3tc.h
/*
* S3 Texture Compression (S3TC) decoding functions
* Copyright (c) 2007 by Ivo van Poorten
*
* This file is part of FFmpeg.
*
* FFmpeg is free software; you can redistribute it and/or
* modi
www.eeworm.com/read/150892/5687799
cpp mesh.cpp
#include "Mesh.h"
#include "..\System\simplememory.h"
#include "..\System\resfile.h"
#include "Texture.h"
#include "..\System\bufReader.h"
CMesh::CMesh()
{
Release();
}
CMesh::~CMesh(
www.eeworm.com/read/150483/5692304
cpp mesh.cpp
#include "Mesh.h"
#include "..\System\simplememory.h"
#include "..\System\resfile.h"
#include "Texture.h"
#include "..\System\bufReader.h"
CMesh::CMesh()
{
Release();
}
CMesh::~CMesh(