代码搜索:Texture

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

代码结果 4,874
www.eeworm.com/read/4082/28722

cpp skybox.cpp

#include "SkyBox.h" const int CSkyBox::NUMFACES = 6; CSkyBox::CSkyBox() { for (int q=0; q < NUMFACES; q++) { m_Texture[q] = NULL; } m_fSize = 10.0f; } CSkyBox::~CSkyBox() {
www.eeworm.com/read/472524/1409848

java swingshapemover.java

/* * @(#)SwingShapeMover.java 1.2 98/07/31 */ import java.awt.*; import java.awt.event.*; import java.awt.image.*; import javax.swing.*; /* * This applet allows the user to move a texture painte
www.eeworm.com/read/212217/4938425

cpp stdafx.cpp

// stdafx.cpp : 只包括标准包含文件的源文件 // texture.pch 将是预编译头 // stdafx.obj 将包含预编译类型信息 #include "stdafx.h"
www.eeworm.com/read/212217/4938428

cpp texturedoc.cpp

// textureDoc.cpp : CtextureDoc 类的实现 // #include "stdafx.h" #include "texture.h" #include "textureDoc.h" #ifdef _DEBUG #define new DEBUG_NEW #endif // CtextureDoc IMPLEMENT_DYNCR
www.eeworm.com/read/174538/5361033

java swingshapemover.java

/* * @(#)SwingShapeMover.java 1.2 98/07/31 */ import java.awt.*; import java.awt.event.*; import java.awt.image.*; import javax.swing.*; /* * This applet allows the user to move a texture painte
www.eeworm.com/read/298327/3868302

fp waterrefractt2d.fp

!!ARBfp1.0 # water reflective+refraction program for cards not supporting GL_ARB_texture_rectangle OPTION ARB_fog_linear; PARAM bumpAdd = { -0.5, -0.5, 0, 0}; PARAM bumpMul = { 0.02, 0.02, 0.0
www.eeworm.com/read/287907/4015205

txt saturn.txt

name=土星 orbitdata=saturn.orbit.txt orbitperiod=10746.940 texture=images/saturn.jpg radius=58232 radiusscale=2000 orbitcolor=1,1,0 #EOF PHYSICAL DATA: Mass (10^26 kg) = 5.68461037873
www.eeworm.com/read/287907/4015212

txt mars.txt

name=火星 orbitdata=mars.orbit.txt orbitperiod=686.98 texture=images/mars.jpg radius=3389.9 radiusscale=2000 orbitcolor=0.55,0.55,0.27 #EOF GEOPHYSICAL DATA: Mean radius (km) = 3389.9(2
www.eeworm.com/read/287907/4015214

txt jupiter.txt

name=木星 orbitdata=jupiter.orbit.txt orbitperiod=4330.595 texture=images/jupiter.jpg radius=69911 radiusscale=2000 orbitcolor=0.71,0.71,0.43 #EOF PHYSICAL DATA: Mass (10^24 kg) = 189
www.eeworm.com/read/432926/1886064

pde noise3d.pde

/** * Noise3D. * * Using 3D noise to create simple animated texture. * Here, the third dimension ('z') is treated as time. */ float increment = 0.01; // The noise function's 3rd argument, a