代码搜索:Diffuse

找到约 389 项符合「Diffuse」的源代码

代码结果 389
www.eeworm.com/read/136824/5848608

nvv dot3_transform.nvv

; A simple shader to transform the vertex location, output ; the color and the texture coordinates #include "dot3.h" #define V_POSITION v0 #define V_NORMAL v1 #define V_DIFFUSE v2 #define V_TE
www.eeworm.com/read/490808/6442580

cpp d3dwnd.cpp

// D3DWnd.cpp : 实现文件 // #include "stdafx.h" #include "d3d.h" #include "D3DWnd.h" struct CUSTOMVERTEX1 { D3DXVECTOR3 position; //坐标 D3DXVECTOR3 normal; //顶点法线 }; #define D3DFVF_CUSTOMV
www.eeworm.com/read/334858/12568678

cc drawobject.cc

#include "monitorframe.hh" //#include #include #include "math.hh" using namespace bats; void MonitorFrame::drawObject(GameObject &object, bool shadow, bool gllist) { // Dra
www.eeworm.com/read/282485/9090468

cpp testbullet.cpp

//----------------------------------------------------------------------------------------------------------- // File : TestBullet.cpp // //---------------------------------------------------------
www.eeworm.com/read/444854/7104915

h vertex.h

//+----------------------------------------------------------------------------- //| Inclusion guard //+----------------------------------------------------------------------------- #ifndef MAGOS_V
www.eeworm.com/read/120251/6075655

extra entries.extra

/10points.png//// /2049x2049_map.png//// /BeachStones.jpg//// /BumpyMetal.jpg//// /Chrome.jpg//// /Dirt.jpg//// /GLX_backdrop.png//// /GLX_icon.png//// /GreenSkin.jpg//// /MtlPlat2.jpg//// /
www.eeworm.com/read/113165/6137563

extra entries.extra

/10points.png//// /2049x2049_map.png//// /BeachStones.jpg//// /BumpyMetal.jpg//// /Chrome.jpg//// /Dirt.jpg//// /GLX_backdrop.png//// /GLX_icon.png//// /GreenSkin.jpg//// /MtlPlat2.jpg//// /
www.eeworm.com/read/291670/8403798

c alphablend.c

/* * alphablend.c * Celeste Fowler, 1997 * * An example of using alpha blending for transparency (with sorting). * */ #include #include #include #include
www.eeworm.com/read/136824/5848629

nvv tetrahedron.nvv

/************************************************************************ Tetrahedron.nvv This vertex shader does the usual vertex transform and lights with a directional and ambient light. At t
www.eeworm.com/read/431013/8713618

c mainl.c

/********************************************* * * file mainl.c * * Functions: This file contains * main * show_mainl_usage