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

搜索资源列表

  1. 2-Blend

    0下载:
  2. 用OpenGL+C++实现图像处理中的光照和材质-Using OpenGL+ C++ Implementation of Image Processing light and material
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-16
    • 文件大小:313088
    • 提供者:贾晓楠
  1. C_Examples_source_code_OpenGL

    0下载:
  2. 利用c++,OpenGL实现的几个例子,雾、纹理、光材质、光位置等-Using c++, OpenGL implementation examples, fog, texture, light texture, light location
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-06
    • 文件大小:1119754
    • 提供者:GIS
  1. chapter4

    0下载:
  2. opengl游戏编程一书源代码第四章,学习光照和材质-opengl game programming source code for a book chapter, study light and material
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-10
    • 文件大小:2428186
    • 提供者:ssw
  1. opengl_programming_picture_shows_the_classic_sourc

    0下载:
  2. opengl程序设计图片材质显示经典源码opengl programming picture shows the classic source material-opengl programming picture shows the classic source material opengl programming picture shows the classic source material
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-09
    • 文件大小:39848
    • 提供者:nf
  1. opengl_light_shows_the_classic_source_program_mate

    0下载:
  2. opengl光照材质显示经典源码程序opengl light shows the classic source program material-opengl light shows the classic source material process opengl light shows the classic source program material
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-04
    • 文件大小:41397
    • 提供者:nf
  1. OpenGL_source_program_material_with_high_light_sho

    0下载:
  2. OpenGL高光显示材质源码程序OpenGL source program material with high light show-OpenGL display material of high light source programs OpenGL source program material with high light show
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-16
    • 文件大小:53809
    • 提供者:nf
  1. Material

    0下载:
  2. 在VC 环境中使用OPENGL显示物体的材质效果-Material effect using OPENGL in vc
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-16
    • 文件大小:38918
    • 提供者:ZHANGMING
  1. VisualReality

    0下载:
  2. 此程序为OpenGL,装饰了一间小屋,内有壁画、桌几,吊灯窗户等物品,同时运用了OpenGL中的灯光、材质和纹理贴图等技术。-This program is OpenGL, decorated with a hut, there are murals, several tables, chandeliers windows and other items at the same time using the OpenGL' s lighting, material and texture
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-04
    • 文件大小:1336086
    • 提供者:lingyun
  1. The-12-small-balls-of-different-materials

    0下载:
  2. 使用VC++2005绘制了十二个不同材质的小球,通过此程序可以轻松理解OpenGL中材质和光照的使用方法。-Drawn using VC++2005 twelve balls of different materials, this program can be easily understood by OpenGL in the use of materials and lighting.
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-26
    • 文件大小:8764982
    • 提供者:zhurong
  1. VCandOPengl

    0下载:
  2. 这是用C++和OPENGl实现的立方体光源位置变化和材质渲染及纹理贴图的小程序源代码-This is C++ and OPENGl cube light position to achieve change and texture rendering and texture mapping applet source code
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-29
    • 文件大小:2428
    • 提供者:易龙
  1. learning_opengl

    0下载:
  2. opengl教学pdf档色彩,光效,材质-pdf file opengl teaching color, luminous efficiency, materials
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-06
    • 文件大小:1207251
    • 提供者:黃奕鈞
  1. cai

    0下载:
  2. OpenGL应用程序,对桌面上物体实现材质和光照的不同处理-OpenGL applications on the desktop object to achieve different treatment materials and light! ! !
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-14
    • 文件大小:3158378
    • 提供者:小峰
  1. sphere2

    0下载:
  2. 基于OpenGL的VC++绘制光照、材质不同的球体模型-The VC++ based OpenGL rendering light and texture of different spherical model
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-05
    • 文件大小:187201
    • 提供者:李晓巧
  1. Lab5_test1

    0下载:
  2. 用vc6.0做的opengl实例:景物可以移动,旋转,有灯光和材质,调试过了,没错误-Vc6.0 do with opengl examples: the scene can move, rotate, there is a light and materials, debugged, and no error
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-29
    • 文件大小:9336
    • 提供者:李冰
  1. opengltest2

    0下载:
  2. opengl真实材质,模拟实现,可以仿真-opengl real material, simulation, can be simulated
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-18
    • 文件大小:4906070
    • 提供者:理会
  1. MARK_Raytracing

    1下载:
  2. ray-tracing光线跟踪算法的实现。包括了光线求交、追踪,物体材质、色彩的设置,球面和墙面的镜面反射效果。场景包括地板,三个镜面反射的球体,一个漫反射球体和一面镜面反射的墙壁。工程运行于VS2008环境,需要OpenGL支持。Release目下exe文件可以直接双击运行查看结果(需要glut32.dll动态链接库的支持)。-ray-tracing ray tracing algorithm. Includes light intersection, tracking, object mat
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-10
    • 文件大小:1469108
    • 提供者:
  1. 2.1

    0下载:
  2. OpenGL源代码,用vc6.0编程,实现三维动态机器人效果,在场景中加入来回移动的的灯光,是OpenGL中光照和材质学习的绝好历程-OpenGL source code with vc6.0, this code is a 3d dynamic programming, which is realize the robot effect, in the scene to join the light moving to and fro, OpenGL is in the light and t
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-03
    • 文件大小:176056
    • 提供者:李映
  1. sample3d

    0下载:
  2. 一个3D的环状体,包括光照材质设置等基础opengl的操作-a simple3D program,including the content of lighting and matirial in opengl
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-29
    • 文件大小:1778
    • 提供者:曾晓
  1. MFCopenglPcylinderPkey

    0下载:
  2. 在MFC环境下使用openGL绘制三维图像,设置了光照和材质属性。对圆柱体进行封盖处理,绘制封闭的圆柱体。通过键盘实现交互功能,完成对圆柱体旋转,缩放,移动等功能。程序已通过编译,可放心使用。编译环境为VS2008-MFC environment in three-dimensional images using openGL rendering, set the lighting and material properties. Of the cylinder to cover process
  3. 所属分类:OpenGL program

    • 发布日期:2017-06-01
    • 文件大小:13766923
    • 提供者:
  1. material

    0下载:
  2. opengl 基于glut库的材质相关的程序-opengl glut library materials based on the procedures related to
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-13
    • 文件大小:1574
    • 提供者:yun8970756
« 1 2 3 4 5 67 8 »
搜珍网 www.dssz.com