-
OpenGL三维图形系统开发与实例
OpenGL三维图形系统开发与实例-OpenGL 3-D graphics system development and examples
- 2023-04-28 05:55:02下载
- 积分:1
-
锥下算法
openGL下进行视锥剔除的算法-under cone removed algorithm
- 2023-05-25 05:05:03下载
- 积分:1
-
例子简单,但很实用的一个OPENGL编程,在VC的MFC环境中编写,初学者可以参考....
例子简单,但很实用的一个OPENGL编程,在VC的MFC环境中编写,初学者可以参考.-example simple, but a very practical programming OpenGL, MFC in the VC environment preparation, beginners reference.
- 2022-03-06 00:03:20下载
- 积分:1
-
这是OpenGL编程的一个简单的例子,主要演示怎样使用颜色及绘制几何图形及物体的最基本的函数,更多的函数你可以在网上或有关书中查到。...
这是OpenGL编程的一个简单的例子,主要演示怎样使用颜色及绘制几何图形及物体的最基本的函数,更多的函数你可以在网上或有关书中查到。-This is the OpenGL Programming a simple example. demonstration of how to use the main color and drawing geometric figures and objects in the most basic function, The more you can function in the book online or found.
- 2022-02-20 00:40:48下载
- 积分:1
-
三维几何变换
在VS2013和OpenGL环境下,用矩阵的方法实现三维图形的平移、旋转、缩放变换
- 2023-05-13 11:30:03下载
- 积分:1
-
opengl绘图和相应的操作源代码
opengl绘图和相应的操作源代码-opengl drawing and the corresponding source code operation
- 2022-03-28 23:37:27下载
- 积分:1
-
DeMatrix: 生物分子结构pdb文件的变换矩阵提取程序的源码。pdb文件可显示三维生物分子结构,并且用其他程序显示,显示后可以随意变换,这个程序可以抽取变...
DeMatrix: 生物分子结构pdb文件的变换矩阵提取程序的源码。pdb文件可显示三维生物分子结构,并且用其他程序显示,显示后可以随意变换,这个程序可以抽取变换的数学矩阵,用于变化同类pdb.-DeMatrix: bio-molecular structure pdb file extraction program source code transformation matrix. pdb file can be displayed three-dimensional structure of biological molecules, and other programs to use a display that can be freely after the change, this program can extract the mathematical transformation matrix for the change in the same pdb.
- 2022-03-23 21:37:55下载
- 积分:1
-
OpenGL的简单扩展库源
OpenGL easy extention library with source
- 2022-04-15 02:54:23下载
- 积分:1
-
介绍在VC中运用opengl进行3D编程的方法
介绍在VC中运用opengl进行3D编程的方法-Introduced in the VC to use opengl for 3D programming method
- 2022-01-30 12:38:56下载
- 积分:1
-
光线追踪源代码
基于HTML5 canvas,使用光线追踪方法渲染场景。
可定义球体,平面,立方体,圆柱体等物体。
可定义物体的材质,漫反射系数,镜面反射系数,反射率。
可定义光源的颜色,方向。
可定义多个光源。
可定义观察位置,观察方向,视角大小。
可定义追踪光线的深度。
效果
实现了反射,阴影等效果,可以得到较有真实感图像。
实现
源代码:raytracer, render。
函数init()进行在场景内放置物体,设置物体参数位置材质,光源与相机参数。
暂时只用了平行光,还没有加入点光源。
没有实现透明物体,折射效果。
- 2022-12-03 02:25:03下载
- 积分:1