登录
首页 » Visual C++ » opengl_test_lod

opengl_test_lod

于 2011-02-24 发布 文件大小:3037KB
0 141
下载积分: 1 下载次数: 1

代码说明:

说明:  地形渲染,使用OPENGL 和 C++,使用ROAM经典算法,LOD算法化简提高效率,完成对场景的浏览。(Rendering, use the OPENGL and C++, using the classical algorithm ROAM, LOD algorithm is simplified to improve efficiency, complete view of the scene.)

文件列表:

opengl_test_lod
...............\DEMO(release版).exe,1933367,2003-09-22

...............\dh10.mtl,154,1997-12-14
...............\dh10.obj,412274,1999-12-14
...............\dialog.aps,2245776,2010-04-20
...............\dialog.clw,1603,2010-04-26
...............\dialog.cpp,2061,2003-09-22
...............\dialog.dsp,3709,2010-04-09
...............\dialog.dsw,537,2001-03-20
...............\dialog.h,1332,1999-05-14
...............\dialog.ncb,74752,2010-04-26
...............\dialog.opt,59904,2010-04-26
...............\dialog.plg,1068,2010-04-20
...............\dialog.rc,7144,2010-04-20
...............\dialogDlg.cpp,23633,2010-04-20
...............\dialogDlg.h,1909,2010-04-09
...............\Dibapi.cpp,22650,2010-04-09
...............\Dibapi.h,1661,1998-08-25
...............\draw.dll,182784,2001-01-04
...............\draw.h,1372,2003-09-22
...............\draw.lib,2010,2001-01-04
...............\res


...............\...\crater.dem,57644,1999-05-14
...............\...\dem2.bin,0,2010-04-09

...............\...\dialog.rc2,398,1999-05-14


...............\...\yun.bmp,786486,1999-09-21
...............\resource.h,1725,2010-04-20
...............\Splash.cpp,3209,2003-09-22
...............\Splash.h,1159,1999-06-21
...............\StdAfx.cpp,204,1999-05-14
...............\StdAfx.h,987,2003-09-22
...............\程序说明.txt,678,2003-09-22

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

发表评论

0 个回复

  • expression
    利用栈完成算术表达式求值:从键盘或文件中输入算术表达式,计算其结果并显示。要求处理过程为:(1)转换为后缀表达式并输出;(2)对后缀表达式求值并输出。 输入的表达式中可以有整数、实数、括号,运算符包括+、-、*、/、#(代表单目负)。可以多次输入不同的表达式进行计算,直到用户选择“退出”。栈的基本操作可以自己实现,也可以使用系统提供的STL实现。 (Done using an arithmetic expression evaluation stack: file input from the keyboard or an arithmetic expression, calculate and display the results. Requirements process: (1) to postfix expression and output (2) evaluation of the postfix expression and output. Enter the expression can be integers, real numbers, parentheses, operators including+,-,*,/,#( representatives unary minus). You can enter several different expressions are evaluated until the user selects " Exit." Stack can implement the basic operations, you can also use the system implementation of the STL.)
    2011-10-30 14:14:01下载
    积分:1
  • CHtmlView_Search_demo
    IE浏览器Demo,一个简单的例子,希望对初学者有帮助(IE browser Demo, a simple example, and they hope to help beginners)
    2008-06-11 19:39:14下载
    积分:1
  • ScanZbuffer
    扫描线Zbuffer算法 1。算出模型的包围盒。 2.每条扫描线打点时并不是包围盒内整条线打点,而是先搜索需要刷新的范围, 只是该范围内打点。 (One scan line Zbuffer algorithm. Calculate the model bounding box. 2. Each scan line runs inside the box when not surrounded by the entire line runs, but first need to refresh the scope of the search, but the scope of RBI.)
    2020-12-31 21:58:59下载
    积分:1
  • headfiles
    实际中使用的各种C++头文件汇总说明,对编程者很有用,较详细(C++ head files for us to programe,it is very useful)
    2009-03-09 13:57:14下载
    积分:1
  • GPS-easysuit
    matlab处理GPS数据的学习用代码。共5个部分附带说明书。包括第一部分GPS时间系统、第二部分Rinex文件读取、第三部分接收机的地心地固位置计算、第四部分基于伪距码的基线解算、第五部分双差解算(GPS data processing matlab learning with the code. A total of five parts with manual. GPS time system includes a first portion, a second portion Rinex file read, the third part of the ground EarthFixed receiver position calculation, the fourth part of the pseudo-code based on the baseline solution, the fifth part of the double difference solver)
    2013-09-11 17:22:47下载
    积分:1
  • Octree
    八叉树的实现,用C++实现的简单八叉树算法(Achieve octree)
    2016-07-07 15:16:43下载
    积分:1
  • RecordSound
    说明:  本程序利用VC++编写,实现声音的录制和播放。(This procedure using VC++ to write, implement sound recording and playback.)
    2009-08-27 22:52:41下载
    积分:1
  • DataReduction
    流数据聚类算法SSDClustream,与Clustream算法进行比较,SSDClustream在处理感知数据时其结果分布性较好,聚类质量较高(Flow data clustering algorithm SSDClustream)
    2012-11-28 17:16:17下载
    积分:1
  • Wnettserveera
    仓库管理系统(Access),源码+论文(1.4万字)++开题报告任务书+答辩PPT+答辩讲稿,新鲜原创 (Warehouse management system (Access), source+ thesis (14,000 words)++, the mission statement of the opening report+ respondent PPT+ respondent notes, fresh original)
    2012-08-09 01:19:18下载
    积分:1
  • MyKD Tree
    KD树算法,能够实现对点云数据进行压缩,非常简单,适用于初学者(KD tree algorithm, can achieve the point cloud data compression, very simple, suitable for beginners)
    2015-06-24 20:10:33下载
    积分:1
  • 696516资源总数
  • 106442会员总数
  • 11今日下载