代码搜索:heightmap
找到约 99 项符合「heightmap」的源代码
代码结果 99
www.eeworm.com/read/282485/9090563
cpp heightmap.cpp
// HeightMap.cpp: implementation of the CHeightMap class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "HeightMap.h"
////////////////
www.eeworm.com/read/282485/9090596
h heightmap.h
// HeightMap.h: interface for the CHeightMap class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_HEIGHTMAP_H__9B9A17E3_E2BF_4F13_B512_34EE9D1EFACD__I
www.eeworm.com/read/184320/9110317
jpg heightmap.jpg
www.eeworm.com/read/398937/7907997
h heightmap.h
//--------------------------------------------------
// Desc: 高度图
// Date: 2006.12.27 /update
// Author: artsylee
//
// Copyright (C) 2006 artsylee
//
//------------------------------------
www.eeworm.com/read/398937/7908398
cpp heightmap.cpp
//--------------------------------------------------
// Desc: 高度图
// Author: artsylee/2006.12.27
//--------------------------------------------------
#include
#include "Heightmap.h"
www.eeworm.com/read/396470/8105972
cfg heightmap.cfg
-$A8
-$B-
-$C+
-$D+
-$E-
-$F-
-$G+
-$H+
-$I+
-$J-
-$K-
-$L+
-$M-
-$N+
-$O+
-$P+
-$Q-
-$R-
-$S-
-$T-
-$U-
-$V+
-$W-
-$X+
-$YD
-$Z1
-cg
-AWinTypes=Windows;WinProcs=Windows;Dbi
www.eeworm.com/read/396470/8105983
res heightmap.res
www.eeworm.com/read/396470/8105994
dpr heightmap.dpr
program HeightMap;
{$R *.res}
uses
Windows, SysUtils, Classes, HGEImages, HGECanvas, HGEDef,
MMSystem, Math, HGE;
const
MAPXSIZE = 100; MAPYSIZE = 120;
ROCKPIC = 1; GRASSPIC =
www.eeworm.com/read/396470/8106005