代码搜索:terrain

找到约 814 项符合「terrain」的源代码

代码结果 814
www.eeworm.com/read/388243/8625371

h terrain.h

#ifndef __TERRAIN_H #define __TERRAIN_H #define WIN32_LEAN_AND_MEAN #define WIN32_EXTRA_LEAN /* TERRAIN.H The CTerrain class interface OpenGL Game Programming Author: Kevin Hawkins
www.eeworm.com/read/388243/8625683

cpp terrain.cpp

#include "stdafx.h" #include "terrain.h" CTerrain::CTerrain() { width = 256; scanDepth = 80.0; terrainMul = 50.0; textureMul = 0.25; heightMul = 175.0; fogColor[0] = 0.75f; fogCol
www.eeworm.com/read/282485/9090751

h terrain.h

// Terrain.h: interface for the CTerrain class. // ////////////////////////////////////////////////////////////////////// #if !defined(AFX_TERRAIN_H__1E862FA9_9700_4156_96AC_E241005BE200__INCLUDE
www.eeworm.com/read/184320/9110479

cs terrain.cs

using System; using System.Drawing; using Microsoft.DirectX; using Microsoft.DirectX.Direct3D; namespace GameEngine { public class TerrainQuad : Object3D, IDisposable { #region Attribute
www.eeworm.com/read/282090/9120276

c terrain.c

#include "qbsp.h" #include #define SURF_WIDTH 2048 #define SURF_HEIGHT 2048 #define GROW_VERTS 512 #define GROW_INDICES 512 #define GROW_SURFACES 128 void QuakeTextureVecs( p
www.eeworm.com/read/374666/9389997

bmp terrain.bmp

www.eeworm.com/read/360399/10097961

bmp terrain.bmp

www.eeworm.com/read/161293/10428218

png terrain.png

www.eeworm.com/read/278272/10552629

cpp terrain.cpp

// Terrain.cpp: implementation of the CTerrain class. // ////////////////////////////////////////////////////////////////////// #include "Terrain.h" ///////////////////////////////////////////
www.eeworm.com/read/278272/10552676

h terrain.h

// Terrain.h: interface for the CTerrain class. // ////////////////////////////////////////////////////////////////////// #if !defined(AFX_TERRAIN_H__605B63BD_B46A_44BF_A2F2_573132F97949__INCLUDE