代码搜索:Texture
找到约 4,874 项符合「Texture」的源代码
代码结果 4,874
www.eeworm.com/read/203801/15351298
fs terrain2.fs
!!ARBfp1.0
OPTION ARB_fog_linear;
#Declarations
TEMP col;
TEMP layer;
TEMP blend;
ALIAS specular=layer;
ATTRIB tex0 = fragment.texcoord[0];
ATTRIB tex1 = fragment.texcoord[1];
ATTRIB di
www.eeworm.com/read/107320/15609655
h glext.h
#ifndef __glext_h_
#define __glext_h_
#ifdef __cplusplus
extern "C" {
#endif
/*
** License Applicability. Except to the extent portions of this file are
** made subject to an alternative li
www.eeworm.com/read/101155/15849493
cpp win.cpp
//
// Copyright (C) 2002 Brad Wasson
//
// This file is part of 3ddesktop.
//
// 3ddesktop is free software; you can redistribute it and/or modify it
// under the terms of
www.eeworm.com/read/101085/15852872
h minimap.h
#ifndef _MINIMAP_H_
#define _MINIMAP_H_
#include "../texture.h"
#include "../global.h"
#define MINIMAP_WIDTH 128
class GcMinimap
{
public:
void Load( GcTexture *land, uint mapWidth,
www.eeworm.com/read/187634/8613007
def cows.def
SPEED 1.2
AMBIANT
0.1 0.1 0.1
MATERIAL PIS
NOTHING|MAPPING
0 0 0
0 0 0
1 1 1
0 0 0
40
TEXTURE_PALETIZED8
art\pis.raw
null
MATERIAL SABOTS
FLAT|NOTHING
www.eeworm.com/read/187634/8613194
def stomach.def
MATERIAL STOMACH
PHONG|PERSPECTIVE_MAPPING
0 0 0
0 0 0
1 1 1
0.8 0 0.1
40
TEXTURE_PALETIZED8
art\stomach.raw
null
www.eeworm.com/read/386582/8737263
h buffer.h
/* libs/pixelflinger/buffer.h
**
** Copyright 2006, The Android Open Source Project
**
** Licensed under the Apache License, Version 2.0 (the "License");
** you may not use this file except in compli
www.eeworm.com/read/427764/8922594
h baiscobj.h
// baiscobj.h: interface for the baiscobj class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_BAISCOBJ_H__6F90C6A0_F5E4_4482_BA6B_136D5C922B31__INCLU
www.eeworm.com/read/283174/9038184
cpp main.cpp
#include "main.h"
#include "3ds.h"
#include "bitmap.h"
#include "mmsystem.h"
#include "resource.h"
bool g_bFullScreen = true;
HWND g_hWnd;
RECT g_rRect;
HDC g_hDC;
HGLRC g_hRC;
HINSTAN
www.eeworm.com/read/184417/9101799
html copyteximage1d.html
NAME
glCopyTexImage1D - copy pixels into a 1D texture image
C SPECIFICATION
void glCop