CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 源码下载

资源列表

« 1 2 ... .36 .37 .38 .39 .40 198241.42 .43 .44 .45 .46 ... 199236 »
  1. vb opegl 入门源代码

    4下载:
  2. 是OPENGL高级编程与可视化系统开发高级编程篇光盘中的关于VB 开发OPENGL的源代码例子
  3. 所属分类:OpenGL

    • 发布日期:2009-05-31
    • 文件大小:306.82kb
    • 提供者:mysyyy
  1. B_

    4下载:
  2. 1. 用鼠标拖动输入的点做为控制顶点,生成一条B-样条曲线,显示控制顶点和多边形。用鼠标Pick曲线上任意一点,移动鼠标到新位置改变曲线形状。 2. 用鼠标输入一组数据点,插值生成一条B-样条曲线-1 with the mouse to drag the input points as control vertices to generate a B-spline curves, showing the control points and polygons. Pick the curve
  3. 所属分类:OpenGL program

    • 发布日期:2015-06-21
    • 文件大小:3.35mb
    • 提供者:fangjuan
  1. texture

    4下载:
  2. 简单的Opengl纹理贴图,包括球体贴图,柱体贴图,和用贝塞尔曲线画苹果并且贴纹理-Simple Opengl texture mapping, including mapping the sphere, cylinder block, and the use of Bezier curves and paste texture painting Apple
  3. 所属分类:OpenGL

    • 发布日期:2012-10-26
    • 文件大小:4.42mb
    • 提供者:siucan
  1. OpenGl-Scene

    4下载:
  2. opengl实现的3d场景漫游,有三维地形,水面,喷泉,碰撞检测,Billboard等特效。-opengl 3d scene roaming implementation, there are three-dimensional terrain, water, fountain, collision detection, Billboard and other special effects.
  3. 所属分类:OpenGL program

    • 发布日期:2016-12-29
    • 文件大小:35.75mb
    • 提供者:YUANZX
  1. openGL-API

    4下载:
  2. opengl api中文文档; 由英文版翻译而来;-opengl api Chinese edition
  3. 所属分类:OpenGL

    • 发布日期:2017-05-13
    • 文件大小:875.67kb
    • 提供者:眭椰敏
  1. P51

    4下载:
  2. 运用vc++ 6.0 opengl画图 用L—system制作的虚拟植物的生长-Using vc++ 6.0 opengl drawing with the L-system produced by the growth of virtual plants
  3. 所属分类:OpenGL

    • 发布日期:2012-11-06
    • 文件大小:12.88kb
    • 提供者:金胡俊
  1. atbm

    4下载:
  2. 反战术导弹导弹比例导引律三维弹道仿真程序.-The proportion of anti-tactical ballistic missile missile guidance law of three-dimensional trajectory simulation program.
  3. 所属分类:OpenGL

    • 发布日期:2013-08-09
    • 文件大小:1.7kb
    • 提供者:stephen
  1. ModalAnalysis

    4下载:
  2. 三维结构模态分析程序,得到结构的振型和频率。-3D modal analysis
  3. 所属分类:OpenGL program

    • 发布日期:2017-02-20
    • 文件大小:2.73kb
    • 提供者:FENG Zhouquan
  1. ZfxOpenGlLoopSubdivision

    4下载:
  2. 在已有的OpenGL框架下,利用loop细分算法实现多面体的细分。(程序细分四次可以很好的满足要求)-OpenGL in the existing framework, the use of sub-loop algorithm of the sub-polyhedron. (Four sub-procedures can be very good to meet the requirements)
  3. 所属分类:OpenGL program

    • 发布日期:2014-06-03
    • 文件大小:3.52mb
    • 提供者:王飞
  1. carxin

    4下载:
  2.  熟练掌握和综合运用OpenGL编程技术来开发简单的三维交互式游戏 采用弯曲的封闭的跑道;  在缺省视图下,绘制汽车在跑道上的阴影(自定义一个假想的点光源);  在路边设置一些路标,对于地面、跑道和/或天空进行纹理映射等以增强逼真度。  除了缺省视图之外,支持第二种视图:坐在车内从驾驶座位向前看的视图。两种视图之间用“t”键进行切换。 -car game opengl A Racing Car
  3. 所属分类:OpenGL program

    • 发布日期:2014-12-22
    • 文件大小:3kb
    • 提供者:木小小
  1. VB-Read-STL-File

    4下载:
  2. 其他三维软件(如UG)建立的模型导出为STL文件,在VB 中可以利用此代码读取STL文件,利用OpenGL的glVertex3f函数还原三维模型,STL中存储的是三维模型的各三角形定点数据和法向量数据-Other 3D software (UG) export the model as an STL file, you can use this code in VB to read the STL file using OpenGL glVertex3f function to restore
  3. 所属分类:OpenGL program

    • 发布日期:
    • 文件大小:2.23kb
    • 提供者:张欣
  1. (openGL)Fllood_4_8

    4下载:
  2. 实验四 不规则区域的填充算法 实验题目:不规则区域的填充算法 实验目的:验证不规则区域的填充算法 实验内容:利用VC与OpenGL,实现不规则区域的填充算法。 1、必做:实现简单递归的不规则区域填充算法。 2、选做:针对简单递归算法栈空间占用太大的缺点,进行改进,实现基于扫描线的种子填充算法 实验要求: 将坐标系网格在屏幕上画出来,每个像素点占据一个格点,用一个小实心圆圈表示。 用鼠标点击的方式,绘制不规则区域的边界。 种子填充算法,可用4联通或8联通任选一种
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-28
    • 文件大小:632.28kb
    • 提供者:赵雯雯
« 1 2 ... .36 .37 .38 .39 .40 198241.42 .43 .44 .45 .46 ... 199236 »
搜珍网 www.dssz.com