搜索资源列表
opengl---1
- 随着网络游戏的发展,任务越来越成为游戏的重要内容之一,甚至专门出现了标榜任务为游戏主要玩法的网络游戏,任务成为了游戏中玩家获得乐趣的重要手段,也是游戏的特色之一,精彩的任务系统,不但能丰富游戏乐趣,也是重要的道具和经验来源,下面从服务器端和客户端两方-With the development of online games, the task is increasingly becoming an important part of the game, or even a specific ma
gl_mdl1_bones_animation
- 三维骨骼的动画代码,用OPENGL写的,如果有类似项目或任务的话不妨-3D animation skeleton code using OpenGL write, if a similar project or mandate to take a look at the
waterfall
- 自己做的毕业设计,基于粒子系统的瀑布模拟与实现。包括软件,论文,任务书等。-The design of their own graduates, based on the particle system simulation and implementation of the Falls. Including software, papers, books and other tasks.
maxmull
- 最大乘积问题: 一个正整数一般可以分为几个互不相同的自然数的和,如3=1+2,4=1+3,5=1+4=2+3,6=1+5=2+4,…。 现在你的任务是将指定的正整数n分解成若干个互不相同的自然数的和,且使这些自然数的乘积最大。 -The biggest problem of the product: a positive integer in general can be divided into several separate and natural numbers, such
LineGame
- 游戏任务是走完所有的直线。这个程序有了一个基本游戏的一切要素,关卡,生命值,声音和一个游戏道具。知识点包括直线,反走样,正投影,计时,基本的音效和一个简单的游戏逻辑-Has completed the game task is all the lines. This program has all the elements of a basic game, level, life values, sounds, and a game props. Knowledge points, includ
raytracer1
- 自己做的一个光线跟踪程序,是麻省理工大学本科计算机图形学课程的一个实习任务,感觉挺有研究价值,所以就和大家分享一下。-Their own to do a ray tracing program, the MIT undergraduate Computer Graphics courses in a practical task, feeling Tingyou research value, so I share with you.
flight-simulator
- 【摘要】 飞行模拟训练系统是由多种技术所构成的大型综合集成环境,视景仿真是其最重要的体现形式。本论文在研究和制造我国首台用于任务训练系统的大型飞机模拟器的过程中,对飞行模拟器的体系结构和视景仿真系统进行了详细的设计,对相关的关键技术做了深入的研究,解决了该模拟器研制的一系列技术难题。该课题通过了专家组的鉴定,并在实际应用中得到了广泛的好评。完成的主要工作和创新点可概括如下: 首先,在大型综合集成环境模拟器的结构设计中,以突出多机对抗的模拟器体系结构为特色,提出了基于HLA体系结构的模拟器引擎概念
OpenGL GLSL HelloWorld
- 这是OpenGL GLSL的helloworld,就像我们刚学编程时,第一例子名字就是helloworld,一个最小的着色器,完成最基本任务:顶点转换和用单一色渲染物体。