-
用Java书写的3D图形渲染程序,不使用Java3D和OpenGL,纯Java实现,采用扫描线深度消隐,和局部光照模型,该程序用作图形学教学。程序使用Jcrea...
用Java书写的3D图形渲染程序,不使用Java3D和OpenGL,纯Java实现,采用扫描线深度消隐,和局部光照模型,该程序用作图形学教学。程序使用Jcreator3.5编译(内建工程),当然也可以用其他Java工具编译。需要详细了解的网友可与我联系-written with Java 3D graphics rendering procedures, and not to use OpenGL Java3D, pure Java, scanning depth blanking line, and partial illumination model, the procedures used for graphics teaching. Procedures used Jcreator3.5 compiler (built-engineering), of course, can also be used to build other Java tools. A detailed understanding of the needs of netizens can contact me
- 2022-07-21 20:55:03下载
- 积分:1
-
用openGL编写,通过分割二十面体得到的带有纹理的球体。
用openGL编写,通过分割二十面体得到的带有纹理的球体。-Prepared using openGL through Icosahedron be split with the texture of the ball.
- 2023-08-26 10:20:03下载
- 积分:1
-
OpenGL 3D 图形( MATLAB)
翻译 maninwest@Codeforge 作者:roozbehabolpour@CodeProject这里,我们将使用 OpenGL 接口进行 3D 科学计算可视化。OpenGL 是进行 2D 和 3D 计算机图像渲染的跨语言程序设计接口 (API)。 OpenGL比虚拟现实工具箱更加快捷方便。使用代码使用这个项目非常简单。在 MATLAB 中,你必须定义对象的点,必须定义网眼的相邻矩阵。例如 ,如果你要创建一个泉水,必须首先定义点N=2000;
X_points=zeros(N,1);
Y_points=zeros(N,1);
Z_points=zeros(N,1);
Adj=zeros(N,N); for i=1:N
X_points(i)=cos(2*pi*5*i/N);
Y_points(i)=sin(2*pi*5*i/N);
Z_points(i)=(5*i/N-2)/4; if i
- 2022-07-18 18:01:49下载
- 积分:1
-
在VC中使用Opengl时的框架
在VC中使用Opengl时的框架-in VC use the framework Opengl
- 2022-10-20 19:45:03下载
- 积分:1
-
MFC单文档的OpenGL示例
MFC单文档的OpenGL示例-MFC single document examples of OpenGL
- 2022-02-04 14:38:44下载
- 积分:1
-
csc108 Assignment
Raytracing example
implement a basic ray-tracer and render a simple scene using ray casting and local shading. The starter code sets up a scene comprising of an ellipsoid and a plane, being illuminated by a point light source. Your job is to render the scene by implementing code fragments required for object intersections and Phong shading.
- 2022-07-17 14:08:05下载
- 积分:1
-
用opengl对飞机进行建模,其中对飞机建模采用了nurbs曲线,曲面技术.使飞机的外形更加平滑.对于防真学的出学者有很大的帮助....
用opengl对飞机进行建模,其中对飞机建模采用了nurbs曲线,曲面技术.使飞机的外形更加平滑.对于防真学的出学者有很大的帮助.-use opengl right aircraft modeling, modeling of aircraft used nurbs curve, Surface Technology. That the aircraft"s shape more smooth. Those really learn from scholars are very helpful.
- 2022-02-14 03:24:01下载
- 积分:1
-
Game Exchange 2 File Loader GE2 ge2loader
Game Exchange 2 File Loader GE2 ge2loader
- 2022-02-06 03:43:39下载
- 积分:1
-
关于贝塞尔曲线,带控制顶点和控制多边形达到G1连续的两段3次Bèzier曲线的绘制...
关于贝塞尔曲线,带控制顶点和控制多边形达到G1连续的两段3次Bèzier曲线的绘制-on Bessel curve, with the control vertices and control polygon G1 achieve two consecutive three Bzier curve drawing
- 2022-04-23 08:43:38下载
- 积分:1
-
OpenGL MFC 模板
这是一个基于VC6.0的单文档的OpenGL模板程序。记得刚刚学OpenGL的时候到处找OpenGL的框架程序,找到一些OpenGL的代码片段时也没办法试,现在只需要在COpenglTemplateView::OnDraw()函数中填入OpenGL绘图代码,就可以看到执行效果了。适用于广大OpenGL爱好者。
- 2022-11-09 01:00:04下载
- 积分:1