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

搜索资源列表

  1. opengllight3

    0下载:
  2. OpenGL编程实验,绘制一个茶壶,并实现光照的添加,材质的添加功能。-Add light and material attributes to a teapot.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-10
    • 文件大小:1517697
    • 提供者:jasonji
  1. 46_MultiSample

    0下载:
  2. opengl的图形编程样例,有光照,材质 倒影 雾的效果 ,鼠标控制-graphical programming opengl example, there are light, material reflection of the effect of fog, mouse control
  3. 所属分类:3D Graphic

    • 发布日期:2017-03-31
    • 文件大小:657474
    • 提供者:xudi
  1. Opengl

    0下载:
  2. 用Opengl绘制有真实感的三维图形 为图像添加光照 材质 使其更加美观真实-Opengl draw realistic 3D graphics add a light material for the image to make it more beautiful and true
  3. 所属分类:Console

    • 发布日期:2017-03-29
    • 文件大小:1148
    • 提供者:YC
  1. 3dsfileexplorttoVC

    0下载:
  2. 3ds文件导出成为VC++的源代码,然后可以查看模型的顶点数据、材质、纹理等信息。-3ds file to become VC++ Source code, and then can view the model vertex data, texture, texture, and more.
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-10
    • 文件大小:1021
    • 提供者:123
  1. Light1

    0下载:
  2. 设定光照模式、光源颜色及材质的组合变换,使用vc编写的opengl程序-Set light mode, light source color and texture combination of transformation, vc prepared using opengl program
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-10
    • 文件大小:47950
    • 提供者:coral
  1. OpenGL_3

    0下载:
  2. OpenGL编程轻松入门之使用光照和材质 使用了光照和材质可以使物体更逼真,具有立体感。本例就是没有使用光照使呈现在我们眼前的物体茶壶和立方体没有立体感。-OpenGL programming easy entry material the use of light and light and materials used can make objects more realistic, with a three-dimensional sense. Is not used in this
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-01
    • 文件大小:14895
    • 提供者:AINSTUDY
  1. VBOpenGL

    0下载:
  2. 本文就怎么利用vb结合opengl来研发三维地质构造图的基本步骤进行了周详地介绍,其中对像素格式的设定及光照和材质的设置进行了周详的描述。-This article on how to use vb to develop three-dimensional combination of opengl geological map of the basic steps to carry out a very thorough introduction, which set the pixel fo
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-01
    • 文件大小:8260
    • 提供者:wuli
  1. textureex

    0下载:
  2. VC++游戏编程源代码 OPENGL材质管理 -VC++ Game Programme
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-24
    • 文件大小:126645
    • 提供者:cutexxx
  1. openGL3ds

    0下载:
  2. opengl读3DMAX制作的模型以及材质,以前碰到的一些程序都不能将材质贴图读入,现在你可以在3DMAX中给自己的模型以位图的方式指定纹理贴图.在程序中制作出完美的效果-this program can realy read models and textures defined by 3DMAX
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-10
    • 文件大小:2234811
    • 提供者:陈晓晓
  1. ThreeDBMP

    0下载:
  2. 本人为了图像处理的需要,很想实现二维图像的三维显示,于是写了本代码,希望与此有兴趣的读者共享。图像的获取一是bmp图像文件,二是来自剪贴板。本代码在MFC中调用OpenGL库函数来实现二维图像的三维显示,图像的宽度、高度和象素的亮度分别为三维空间的x,z,y坐标。程序主要有初始化、绘图、资源释放和操作部分,这些功能在OGL_MFCView.cpp文件中实现。OpenGL库的初始化在该文件中的OnCreate,InitScene和 DrawScene函数中实现,主要初始化OpenGL运行时的环境变
  3. 所属分类:3D Graphic

    • 发布日期:2017-03-28
    • 文件大小:107039
    • 提供者:arechi
  1. material

    0下载:
  2. opengl材质的小程序,可以应用于大的opengl程序中-opengl material applets, can be applied to a large opengl program
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-30
    • 文件大小:7768
    • 提供者:slei
  1. TextureTorusProject

    0下载:
  2. OpenGL的程序,带有光源纹理材质效果的环。可以通过键盘交互,可以旋转,开关光源,填充取消材质效果等,具体请看内部注释。-OpenGL program, with a light texture effect of the ring material. Interaction through the keyboard, you can rotate, switch light, fill material cancellation effects, and details, please re
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-30
    • 文件大小:255081
    • 提供者:张胜凯
  1. 3DShow

    0下载:
  2. 本人为了图像处理的需要,很想实现二维图像的三维显示,于是写了本代码,希望与此有兴趣的读者共享。图像的获取一是bmp图像文件,二是来自剪贴板。本代码在MFC中调用OpenGL库函数来实现二维图像的三维显示,图像的宽度、高度和象素的亮度分别为三维空间的x,z,y坐标。程序主要有初始化、绘图、资源释放和操作部分,这些功能在OGL_MFCView.cpp文件中实现。OpenGL库的初始化在该文件中的OnCreate,InitScene和DrawScene函数中实现,主要初始化OpenGL运行时的环境变量
  3. 所属分类:Multimedia program

    • 发布日期:2017-04-06
    • 文件大小:105959
    • 提供者:325
  1. opengl_selected_codes

    0下载:
  2. opengl精选的源码,内容涉及灯光材质等环境设置,碰撞检测,简单的游戏等,是学习的好资源-opengl selected source code, content, materials and other environment settings related to lighting, collision detection, simple games, are good resources for learning
  3. 所属分类:Graph program

    • 发布日期:2017-04-01
    • 文件大小:791185
    • 提供者:wang h
  1. OpenGLGettingStarted

    0下载:
  2. 此代码为< OpenGL游戏编程> 一书的源代码。内容包含: 游戏开发快速入门、OpenGL程序框架、OpenGL变换、OpenGL光照、材质和纹理、OpenGL字体、摄像漫游、构造开空和地形、模型载入、实时阴影、DirectInput的使用、DirectSound的使用、游戏中的物理模拟、粒子系统、构造游戏引擎、3DRPG游戏、Quake室内场景实例等-This code is < <OpenGL游戏编程> " Was Written in the s
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-28
    • 文件大小:11613351
    • 提供者:yangang
  1. Gluttonycode

    0下载:
  2. Opengl的课程作业小引擎,有基本的模型、材质、字体、相机、时间、2D控件等等类,结合MFC框架,养成和探险类结合的游戏,虽然整个游戏设计上很简单,但功能已经具有雏形-A small 3D Opengl Game enginee, Containing basic classes like Material,Model,Control,Image,Font,Camera and so on. Running on Windows MFC environment.It s a simple ga
  3. 所属分类:Game Engine

    • 发布日期:2017-06-21
    • 文件大小:34856960
    • 提供者:yzx
  1. opengl

    0下载:
  2. 用opengl实现光照效果,包括创建光源,激活光照以及光源,规定明暗处理方式,以及定义物体的材质。-Lighting effects with opengl implementation, including the creation of light, activating light and the light source to provide shading methods, and define the material objects.
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-29
    • 文件大小:172746
    • 提供者:吴香
  1. Material

    0下载:
  2. 计算机图形学 OpenGL 材质、光照模型简单编程-OpenGL programming on material
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-12
    • 文件大小:1426
    • 提供者:云浮
  1. NURBS

    0下载:
  2. OpenGL的NURBS曲面构造函数,添加了材质光照,并实现了旋转平移的应用,特别适合初学OpenGL曲面应用的初学者。-OpenGL‘s NURBS surface constructor, add the material light, and realized the application of rotating shift, especially for beginners beginners OpenGL application surface.
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-16
    • 文件大小:4138972
    • 提供者:杨声
  1. OpenGL-model-rendering

    5下载:
  2. OpenGL真实感模型绘制与应用 实现功能: *利用交互式方法,操纵浏览模型细节,能方便观察模型。 *能够用不同的方式(如上截图)渲染模型,增加光照控制、坐标系的显示等等。 *利用luweiqi模型,设计了一个简单的真实感三维动画。 动画介绍: 打开程序运行后,luweiqi 出现在屏幕中,并且自动播放背景音乐《天下无双》 按数字‘7’键开始播放动画,模型向后渐行渐远,然后开始旋转,不久变成画线模式, 隐没于黑暗中后变成点模
  3. 所属分类:OpenGL

    • 发布日期:2013-04-12
    • 文件大小:6453617
    • 提供者:yang
« 1 23 4 5 6 7 8 9 »
搜珍网 www.dssz.com