登录
首页 » OpenGL图像 » 海面,加上天空的云团,形成一个真实的海上场景.而且还下着雪.是一个自然场子景的模拟....

海面,加上天空的云团,形成一个真实的海上场景.而且还下着雪.是一个自然场子景的模拟....

于 2023-08-05 发布 文件大小:45.92 kB
0 146
下载积分: 2 下载次数: 1

代码说明:

海面,加上天空的云团,形成一个真实的海上场景.而且还下着雪.是一个自然场子景的模拟.-sea and the sky clouds and the formation of a true maritime scenes. But it"s snow. It is a natural gathering place King simulation.

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

发表评论

0 个回复

  • This demo implements the marching cubes algorithm for constructing a polygonal m...
    This demo implements the marching cubes algorithm for constructing a polygonal model from an isosurface. The isosurface chosen here is a classical metaballs setup. Metaballs are isosurface chosen here is a classical metaballs setup. Metaballs are defined by field function that s the sum of R2 / ((ball.x - x)2 + (ball.y - y)2 + (ball.z - z)2) for all balls. The surface is defined to be where the sum is one.-This demo implements the marching cubes algorithm for constructing a polygonal model from an isosurface. The isosurface chosen here is a classical metaballs setup. Metaballs are isosurface chosen here is a classical metaballs setup. Metaballs are defined by field function that s the sum of R2/((ball.x- x)2+ (ball.y- y)2+ (ball.z- z)2) for all balls. The surface is defined to be where the sum is one.
    2022-03-03 15:18:22下载
    积分:1
  • opengl 的问题
    0 代码 HTML 转换器是一个方便的工具,对于 web 开发人员,使您可以轻松地转换为常规 HTML 代码 ASP、 PHP、 Perl、 JSP 或 JavaScript。只是输入的 HTML 代码或加载 HTML 文件并选择输出格式-转换后的代码...0 代码 HTML 转换器是一个方便的工具,对于 web 开发人员,使您可以轻松地转换为常规 HTML 代码 ASP、 PHP、 Perl、 JSP 或 JavaScript。只是输入的 HTML 代码或加载 HTML 文件并选择输出格式-转换后的代码...0 代码 HTML 转换器是一个方便的工具,对于 web 开发人员,使您可以轻松地转换为常规 HTML 代码 ASP、 PHP、 Perl、 JSP 或 JavaScript。只是输入的 HTML 代码或加载 HTML 文件并选择输出格式-转换后的代码...
    2023-01-24 18:40:04下载
    积分:1
  • opengl framework for opengl development.
    opengl框架,适用于opengl开发。-opengl framework for opengl development.
    2022-02-09 21:56:57下载
    积分:1
  • A VC with opengl and prepared to open aircraft
    一个用opengl和VC编写的开飞机的的简单游戏,可以进行简单的操作。-A VC with opengl and prepared to open aircraft
    2022-03-19 19:55:20下载
    积分:1
  • 3D 太阳系 - OpenGL 和 C#
    翻译  maninwest@Codeforge 作者:Vasily Tserekh@CodeProject这是个  3D 太阳系,使用 OpenGL 和 C# 实现。我尽量让它简单。它包含行星、卫星、太阳月亮和其他星星。我使用了 TAO命名空间,它是在 OpenGL dll 和 .NET Framework 之间的互操作。我也用了 Shadowengine - 一个我自己开发的小图形框架。使用它,我可以省去加载图形和初始化图形上下文的代码编写工作。3D 编程员眼中的太阳系3D 编程员需要将宇宙、轨道、星星等实体在程序设计环境中进行转化。宇宙是一个黑色背景,可以使用 OpenGL 的函数  Gl.glClearColor(0, 0, 0, 1);//red green blue alpha 。至于星星,可以使用点来替代。可以使用 OpenGL 处理绘制点的基元。你也可使用随机函数生成大量点,只要确保它们不在太阳系中即可。行星是有底纹的球体。它们有自己的轨道和旋转轴。你得使用 变量跟踪并更新,因为它们随着时间改变。如果不想使用3D max 制作球体,可以使用 OpenGL 二次曲线。卫星和行星一样,只是不饶太阳而是绕行星转。使用代码项目中包含对 ShadowEngine和 TAO.OpenGL 的引用.  项目类有: Camara.cs典型的 FPS 相机。鼠标以屏幕中间为中心。用户移动鼠标时,会计算离开始点的  delta X 和 Delta Y 。这些 Delta X 和 Delta Y 被转化成角度当你向前/向后移动相机时,相机会移动到角度指的方向。 
    2022-02-04 03:32:08下载
    积分:1
  • 该程序是在OpenGL在完成绘制2维画。
    该程序是在OpenGL在完成绘制2维图画。-2D
    2022-02-10 06:01:35下载
    积分:1
  • A very basic program demonstrating the use ofthe selectnio buffer in OpenGL. By...
    A very basic program demonstrating the use ofthe selectnio buffer in OpenGL. By clicking on the rotating spheres you can make them disappear. The reset button will return everything back to the default setup.-A very basic program demonstrating the use ofthe selectnio buffer in OpenGL. By clicking o n the rotating spheres you can make them disappe ar. The reset button will return everything BAC k to the default setup.
    2022-07-19 05:40:27下载
    积分:1
  • VTK的例子程序,实现的显示,调用VTK显示控制…
    vtk实例程序,实现图像显示,调用vtk控件实现图像显示-VTK examples of procedures, to achieve image display, call VTK image display controls to achieve
    2022-02-12 11:49:21下载
    积分:1
  • 三维旋转魔方
    用opengl绘制的三维图形,可以用鼠标来进行旋转,很绚丽的一个三维魔方,可以用于初学者对三维图形绘制的一个参考。
    2022-02-26 23:59:47下载
    积分:1
  • uses glReadPixels glDrawPixels glCopyPix els to create and copy bitmap
    用到了glReadPixels glDrawPixels glCopyPixels来创建和拷贝位图-uses glReadPixels glDrawPixels glCopyPix els to create and copy bitmap
    2022-02-07 02:35:27下载
    积分:1
  • 696516资源总数
  • 106658会员总数
  • 16今日下载