-
OpenGL高级编程与可视化系统开发(高级编程篇)的随书源码
OpenGL高级编程与可视化系统开发(高级编程篇)的随书源码-4,学习OpenGL的好东西-OpenGL Programming and Advanced Visualization System (Advanced Programming Part 1) the source-4 with books, learning the good stuff OpenGL -OpenGL high-level programming and visualization systems development (high-level programming chapter)-4 of the source with the book, learning OpenGL good things-OpenGL Programming and Advanced Visualization System (Advanced Programming Part 1) the source-4 with books, learning the good stuff OpenGL
- 2022-02-20 16:32:39下载
- 积分:1
-
OPENGL彩色圆环编程示例程序源代码,use openGL 所编写
OPENGL彩色圆环编程示例程序源代码,use openGL 所编写-OpenGL Programming sample program source code, prepared by the use openGL
- 2022-07-13 22:50:15下载
- 积分:1
-
一个在vc环境下编写OPENGL程序的模板,只需要修改RenderScene函数即可...
一个在vc环境下编写OPENGL程序的模板,只需要修改RenderScene函数即可-A vc environment OPENGL procedures to prepare templates, only need to modify RenderScene function can be
- 2022-06-02 02:35:13下载
- 积分:1
-
开题报告(毛陈杨)
开题报告,,颜色选择器设计文档,开题报告,,颜色选择器设计文档,开题报告,,颜色选择器设计文档,开题报告,,颜色选择器设计文档,
- 2022-04-08 06:17:17下载
- 积分:1
-
三次样条曲线
三次样条曲线是比较重要的曲线,在多个领域都有应用,本程序使用C++编程实现的三次样条曲线,并通过MFC界面实现,清晰可懂,通俗易懂。
- 2022-01-25 14:24:10下载
- 积分:1
-
In the comparison of data or presentation, a chart image is not only very intuit...
在进行数据比较或者演示时,一个形象的图表不但非常直观,而且也很生动。本实例介绍如何在Delphi中设计形象的三维饼图。
向窗体上添加一个TVtChart组件和一个TTimer组件,其中TVtChart组件用于显示饼图,而TTimer组件用于不停地改变饼图的数据,获得动态的效果
-In the comparison of data or presentation, a chart image is not only very intuitive, but also very lively. Examples of how the introduction of the Delphi to design the image of three-dimensional pie chart. To add a TVtChart form components and a TTimer components, including components used to display TVtChart pie, and TTimer components continuously change the pie chart for the data, access to dynamic effects
- 2022-06-13 23:24:30下载
- 积分:1
-
opengl图形编程,怎么那么烦。对C高手学习很有用HO!
opengl图形编程,怎么那么烦。对C高手学习很有用HO!-opengl graphics programming, so how annoying. Learning to master C useful HO!
- 2022-02-03 09:30:45下载
- 积分:1
-
OpenGL MUST Project 1[Polyline Editor] use linked list of C++
#include
#include
#include
#include
#include "point.h"
/*draw line from the line array*/
void drawPointLine()
{
Node * temp;
for (int i=0;inext!=NULL)
{
temp=temp->next;
glVertex2i(temp->x,temp->y);
}
glEnd();
}
}
/*find the point and delete the point from the line array*/
void delpointFun(int xx,int yy)
{
for (int i=0;inext!=NULL)
{&n
- 2022-01-31 23:45:53下载
- 积分:1
-
3D真实感图形转换
计算机图形作业 ,3D真实感图形转换,3D真实感图形转换3D真实感图形转换
- 2023-05-16 14:35:03下载
- 积分:1
-
opengl 3dsGL which types of data into documents
opengl中3dsGL类型文件数据的导入-opengl 3dsGL which types of data into documents
- 2023-08-28 22:15:02下载
- 积分:1