CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - opengl 体

搜索资源列表

  1. Hyperboloide.rar

    0下载:
  2. OPENGL实例:绘制双曲线体 可用鼠标对物体进行翻转,OPENGL example: mapping hyperbola
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-30
    • 文件大小:313233
    • 提供者:du
  1. openGL-CPP

    0下载:
  2. 用openGL及C++实现的多种三维体素的绘制-With openGL and C++ implementation of a variety of three-dimensional voxel rendering
  3. 所属分类:Graph Drawing

    • 发布日期:2017-06-20
    • 文件大小:30841286
    • 提供者:李晨华
  1. OpGL.rar

    0下载:
  2. 本程序用OpenGL实现三棱柱、六面体以及十二面体的绘制、旋转和缩放功能,而且能够处理光照和投影方式的设置。,This procedure use OpenGL to achieve prism, hexahedron, and dodecahedron drawing, rotate and zoom functions, but also the way to deal with light and projector settings.
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-16
    • 文件大小:4570852
    • 提供者:dandan
  1. 2_5 基于opengl的六面体拼图

    1下载:
  2. 拼图游戏,基于opengl的六面体拼图,-Jigsaw puzzle, opengl based Hexahedral puzzles,
  3. 所属分类:GDI/图象编程

    • 发布日期:2017-04-09
    • 文件大小:2345266
    • 提供者:才盛
  1. simulation-moving-use-OpenGL-in-MFC

    0下载:
  2. 许多运动物体控制的系统设计和仿真过程中,常需要形象、生动地显示被控对象的姿态及运动过程。利用开放图形程序库(OpenGL),可以直观地显示体三维运动仿真画面。-Many moving object control system design and simulation process, often require vivid display of the controlled object posture and movement. The use of open graphics libra
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-29
    • 文件大小:178748
    • 提供者:澄海
  1. VolRen

    1下载:
  2. 基于QT4和OpenGL/GLSL的体绘制应用程序。实现了 GPU Ray-Casting-A QT4 & OPENGL & GLSL based volume rendering application that implements GPU Ray-Casting.
  3. 所属分类:3D图形编程

    • 发布日期:2013-07-06
    • 文件大小:15263248
    • 提供者:杨飞
  1. OpenGL-solidmodel-code

    0下载:
  2. 利用GLUT提供的9种三维实体分别绘制圆锥体、四面体、正方体、正十二面体、正二十面体、正八面体、球体、圆球体和茶壶模型,并应用鼠标交互菜单实现实体图和线框图之间的切换。-9 provided by GLUT were drawn three-dimensional solid cone, tetrahedron, cube, dodecahedron, icosahedron, octahedron, sphere, spherical body and the teapot model, an
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-29
    • 文件大小:6744
    • 提供者:
  1. OpenGL

    0下载:
  2. c++写的OpenGL3d立方体贴图演示,希望对初学者有帮助-c++ written OpenGL3d demo cube map, and they hope to be helpful for beginners
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:1316378
    • 提供者:beskdty
  1. OpenGLTextureDemo

    0下载:
  2. OpenGL纹理拼贴,灯光及三维漫游Demo,程序中将给定图片的纹理贴到一个六面体上.-Collage OpenGL texture, lighting and three-dimensional roaming Demo, proceedings will be scheduled for texture paste the picture into a hexahedron on.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-06
    • 文件大小:317509
    • 提供者:李义
  1. WOpenGL

    0下载:
  2. 用OpenGL实现正方体,台体,柱体,球体,超椭球体,环的三维创建及几何贴图-Using OpenGL to achieve cube, the Taiwan body, cylinder, sphere, super-ellipsoid, Central and geometry to create three-dimensional mapping
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-10
    • 文件大小:39577
    • 提供者:beru
  1. VolumeRenderCartesian

    0下载:
  2. 光线投射体绘制源码,用opengl实现,生成的是一个头模型-Ray Casting Volume Rendering source, opengl implementation used to generate a first model
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-09
    • 文件大小:1360919
    • 提供者:ludan
  1. cqr

    0下载:
  2. OPENGL在圆柱体中心差集 -OPENGL difference set in the center cylinder in the cylinder centers OPENGL Difference Sets
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-09
    • 文件大小:1422337
    • 提供者:余林枫
  1. Smoke_shader

    0下载:
  2. 基于openGL的烟雾生成程序基于体渲染的OpenGL烟雾模拟程序,效率需要提高,烟雾纹理需要改进,有兴趣的朋友可以参考下! -Smoke generator based on openGL rendering OpenGL-based body of smoke simulation program, the efficiency of the need to improve and smoke texture needs to be improved, friends who are int
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-12
    • 文件大小:2703704
    • 提供者:陈庭
  1. RayCasting

    1下载:
  2. 2. 程序都是用RayCasting算法绘制一个球体,体数据在运行时产生,球体以(64,64,64)为球心,64为半径,包围盒即为此球体的外切立方体,投影平面为Z=128,大小为400*400,恰为包围盒的其中一个面所在的平面,光线追踪扫描时,是按照从前向后的顺序;源码1_平行光照射下的RayCasting算法实现”中的源码如名所示,是在平行光的追踪下,球体在二维平面上颜色和透明度的成像-Raycasting
  3. 所属分类:Graph program

    • 发布日期:2017-05-12
    • 文件大小:2937106
    • 提供者:zxm
  1. 1.4

    0下载:
  2. OpenGL的简单程序,绘制简单的三维物体。程序中绘制了椎体了柱体-A simple OpenGL program, draw a simple three-dimensional objects. Program has drawn vertebral column
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:69329
    • 提供者:guojian
  1. GameDesign

    0下载:
  2. openGL下的飞机小游戏,包含自动地图生成,阴影,天空体,碰撞检测等功能-aircraft under openGL games, including automatic map generation, shadows, sky, body, collision detection and other functions
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-30
    • 文件大小:13098115
    • 提供者:huxiang
  1. 12_mianti

    0下载:
  2. opengl用12面体深度叠代近似的模拟为圆画-Approximate simulation opengl for the round of 12-sided
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-06
    • 文件大小:1274
    • 提供者:
  1. Simple-shadow-volumes

    0下载:
  2. 简单的 阴影体光照实现,带骨骼动画模型,实时绘制-Simple realization of the shadow body of light, with model of skeletal animation, real-time rendering
  3. 所属分类:3D Graphic

    • 发布日期:2017-03-24
    • 文件大小:338902
    • 提供者:
  1. qbw5

    0下载:
  2. Opengl贴图,并且加了光照,物体为8面体,没有地面,贴了一张方图。-Opengl map, and added a light, 8-sided object, not the ground, put up a histogram.
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-29
    • 文件大小:764230
    • 提供者:qianbao
  1. OpenGL-ES2.0_obj

    0下载:
  2. Android平台的APP代码(Eclipse,ADT),实现了基本3D对象(点,线,面,体)的绘制,单指与双指操控,包含三维的各种变换:平移,旋转,缩放,透视,是学习动画与仿真的入门代码.(Android platform APP code (Eclipse, ADT), to achieve the basic 3D object (point, line, surface, body) rendering, refers to a single and double finger mani
  3. 所属分类:3D图形编程

    • 发布日期:2017-12-21
    • 文件大小:436224
    • 提供者:daode1212
« 12 3 4 5 6 »
搜珍网 www.dssz.com