登录
首页 » Visual C++ » source-code-lod

source-code-lod

于 2016-06-12 发布 文件大小:434KB
0 156
下载积分: 1 下载次数: 6

代码说明:

  基于LOD的大规模真实感室外场景实时渲染技术(LOD in C++ )

文件列表:

程序源代码
..........\BillBoard.cpp,1449,2003-04-30
..........\BillBoard.h,1063,2003-05-01
..........\BillBoardMgr.cpp,4734,2003-06-22
..........\BillBoardMgr.h,1924,2003-06-22

..........\Camera.h,2252,2003-09-06
..........\CommGLHeader.h,1164,2003-05-01
..........\Configure.cpp,5705,2003-05-05
..........\Configure.h,1311,2003-05-01
..........\Console.cpp,6202,2003-05-05
..........\Console.h,1143,2003-05-01
..........\Console.log.html,802,2007-12-02
..........\Data.cpp,1948,2003-05-05
..........\Data.h,1035,2003-05-01
..........\Effect.cpp,6037,2003-06-22
..........\Effect.h,3008,2003-06-12
..........\FreeCamera.cpp,5776,2003-06-12
..........\FreeCamera.h,1971,2003-06-12
..........\frustum.cpp,11268,2003-04-30
..........\frustum.h,724,2003-04-30
..........\GamaControl.cpp,1566,2003-05-05
..........\GamaControl.h,662,2003-05-01
..........\GameApp.cpp,11795,2003-05-27
..........\GameApp.h,3120,2003-05-07
..........\glext.h,177152,2001-06-08
..........\GLMain.cpp,13776,2007-12-02
..........\glparam.h,97036,2002-08-30
..........\GLTexture.dll,45056,2003-11-30
..........\gltexture.h,1098,2007-12-02
..........\GLTexture.lib,3878,2003-06-22
..........\GLTextured.lib,3900,2003-06-22

..........\Image.def,682,2003-04-21
..........\Image.dll,278528,2003-11-30
..........\Image.h,3093,2003-04-30
..........\Image.lib,6824,2003-06-22
..........\Imaged.lib,6864,2003-06-22
..........\InitGLext.cpp,1191,2003-10-12
..........\InitSence.cpp,18906,2007-12-02
..........\InitSence.h,1008,2003-09-06
..........\Input.cpp,388,2003-04-30
..........\Input.h,472,2003-04-30
..........\LensFare.h,1151,2003-05-01
..........\LensFlare.cpp,3833,2003-05-01
..........\Lod.cpp,22467,2003-05-21
..........\Lod.h,3683,2003-05-21
..........\Map.dll,196608,2003-11-30
..........\Map.h,913,2003-04-20
..........\Map.lib,3014,2003-06-22
..........\Mapd.lib,2806,2003-05-21
..........\MMath.cpp,3797,2003-04-26
..........\MMath.h,1662,2003-09-06
..........\MotionBlur.cpp,6731,2003-05-13
..........\MotionBlur.h,1476,2003-05-11
..........\MotionCtrl.cpp,5084,2003-05-01
..........\MotionCtrl.h,1126,2003-09-25
..........\OpenGLCom.cpp,3808,2003-06-12
..........\OpenGLCom.h,1205,2003-06-30
..........\PageArray.cpp,1888,2003-05-24
..........\PageArray.h,982,2003-05-24
..........\Resource.aps,27720,2007-12-02
..........\resource.h,1282,2003-04-14
..........\Resource.rc,5174,2003-05-01
..........\SimNature.dsp,9691,2007-12-02
..........\SimNature.dsw,543,2003-05-01
..........\SimNature.ini,432,2007-12-02
..........\SimNature.ncb,394240,2007-12-02
..........\SimNature.opt,62976,2007-12-02
..........\SimNature.plg,50492,2007-12-02
..........\SimNature.vcproj,9470,2003-09-06
..........\SkyBox.cpp,2717,2003-06-12
..........\SkyBox.h,1081,2003-06-12
..........\Terrain.cpp,7684,2003-05-21
..........\Terrain.h,2599,2003-05-21
..........\TextureMgr.cpp,2414,2003-05-05
..........\TextureMgr.h,1276,2003-10-12
..........\Timer.cpp,727,2003-04-30
..........\Timer.h,484,2003-04-30
..........\videotex.h,1828,2003-04-23
..........\vidtexture.h,1978,2003-04-23
..........\ViewerCamera.cpp,6836,2003-06-12
..........\ViewerCamera.h,1984,2003-06-12
..........\ViewFrustum.cpp,2791,2003-06-12
..........\ViewFrustum.h,1624,2003-06-12
..........\Water.cpp,2751,2003-09-06
..........\Water.h,1657,2003-09-06

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • na7
    Orthogonal Polynomials Approximation 数值分析,计算正交基多项式的系数 (Given a function f and a set of m >0 distinct points . You are supposed to write a function to approximate f by an orthogonal polynomial using the exact function values at the given m points with a weight assigned to each point . The total error must be no larger than a given tolerance. Format of function int OPA( double (*f)(double t), int m, double x[], double w[], double c[], double*eps ) where the function pointer double (*f)(double t) defines the function f int m is the number of points double x[] contains points double w[] contains the values of a weight function at the given points x[] double c[] contains the coefficients of the approximation polynomial double*eps is passed into the function as the tolerance for the error, and is supposed to be returned as the value of error. The function OPA is supposed to return the degree of the approximation polynomial. Note: a constant Max_n is defined so that if the total error is still not small enough when n = Ma)
    2011-11-27 11:47:21下载
    积分:1
  • gabor2
    构造gabor滤波器组,可以显示gabor核图像,对图片进行滤波,提取特征(construct a bank of gabor,show the kernel images of gabor and filter an image ,extract feature)
    2017-06-22 16:09:05下载
    积分:1
  • pl0_simple_compiler
    PL0 编译解释执行系统编译过程采用一趟扫描方式,以语法分析程序为核心,词法分析和代码生成程序都作为一个独立的过程,当语法分析需要读单词时就调用词法分析程序,而当语法分析正确需要生成相应的目标代码时,则调用代码生成程序。 用表格管理程序建立变量、常量和过程表示符的说明与引用之间的信息联系。 用出错处理程序对词法和语法分析遇到的错误给出在源程序中出错的位置和错位性质。 当源程序编译正确时,PL/0编译程序自动调用解释执行程序,对目标代码进行解释执行,并按用户程序的要求输入数据和输出运行结果。 (PL0 simple compiler)
    2020-12-29 16:19:00下载
    积分:1
  • accelerationMouse
    传感器读取程序,传感器读取程序 传感器读取程序(Sensors read the procedures, procedures for sensors to read sensor to read the procedures)
    2008-07-23 10:31:37下载
    积分:1
  • jpeg_decoder_play
    基于tinyjpeg的jpeg解压缩程序,可解码jpeg数据为YUV分量数据(Based Solutions tinyjpeg jpeg compression program, you can decode jpeg data to YUV component data)
    2015-08-20 16:23:30下载
    积分:1
  • NewASPCom
    使用双缓冲画的日历控件,很漂亮 的,对于双缓冲的使用有很大帮助(Calendar controls use double buffering painting pretty)
    2012-12-09 14:46:56下载
    积分:1
  • Calibration
    基于机器视觉,控制三自由度运动控制台来调整显微镜位置,通过图像处理得到易拉罐的表面刻痕大小和长度。(The software control the motion platform with 3 d.o.f. to position the microscope and then test the notch of cans using image processing.)
    2013-11-07 12:29:22下载
    积分:1
  • GetNetSetting2
    Visual C++ 6.0.此代码可以进行显示网络设置,包括IP地址等。(Visual C 6.0. This code can show network configuration, including the IP address.)
    2005-04-20 22:39:50下载
    积分:1
  • STM32_ADC_FSMC_TFT_DMA_OK
    STM32_ADC_FSMC_TFT_DMA_OK.rar STM32经典应用程序 经过项目的验证(51 single classic applications, sub-program after program verification, high reliability)
    2014-02-16 11:31:41下载
    积分:1
  • tranyfer
    Develop a firewall under Windows 2000 XP
    2017-04-12 18:56:16下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载