搜索资源列表

  1. RenderTexture_092003

    0下载:
  2. OpenGL,Render to texture(RTT)类及应用实例-OpenGL, Render to texture (RTT) category and application examples
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:30375
    • 提供者:毕文元
  1. rtotex

    0下载:
  2. It is a simple project which creates a render-to-texture-enabled pbuffer, and a texture object related to it. When rendering, the pbuffer is made the current context, and two wire tori are rendered into it. The window is
  3. 所属分类:视频捕捉/采集

    • 发布日期:2008-10-13
    • 文件大小:127615
    • 提供者:henry
  1. Rendertotexture

    0下载:
  2. OPENGL下很酷的效果,render to texture
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1945596
    • 提供者:吴晓鸥
  1. RenderTexture_092003

    0下载:
  2. OpenGL,Render to texture(RTT)类及应用实例-OpenGL, Render to texture (RTT) category and application examples
  3. 所属分类:OpenGL

    • 发布日期:2024-06-17
    • 文件大小:29696
    • 提供者:毕文元
  1. OpenGL_A1

    0下载:
  2. This tutorial shows how to use the GL_REFLECTION_MAP_EXT and GL_TEXTURE_CUBE_MAP extensions to render a reflective Cube map The dglOpenGL.pas file was created by the team at www.delphigl.com I have included the h
  3. 所属分类:OpenGL

    • 发布日期:2024-06-17
    • 文件大小:349184
    • 提供者:古洪
  1. terrainEngine

    0下载:
  2. 国外程序员编写的基于OpenGL的3D地形引擎。 errain Engine I started working on a terrain engine around October 2000. I was deeply moved by screenshots from black and white :) My intention and main goal was to create something v
  3. 所属分类:OpenGL

    • 发布日期:2024-06-17
    • 文件大小:1556480
    • 提供者:郭剑
  1. rtotex

    0下载:
  2. It is a simple project which creates a render-to-texture-enabled pbuffer, and a texture object related to it. When rendering, the pbuffer is made the current context, and two wire tori are rendered into it. The window is
  3. 所属分类:视频捕捉/采集

    • 发布日期:2024-06-17
    • 文件大小:126976
    • 提供者:henry
  1. Rendertotexture

    0下载:
  2. OPENGL下很酷的效果,render to texture-OPENGL under the effect of cool, render to texture
  3. 所属分类:游戏引擎

    • 发布日期:2024-06-17
    • 文件大小:2149376
    • 提供者:吴晓鸥
  1. RendertoaTexture

    0下载:
  2. 渲染至贴图,opengl高级知识,烘焙的关建技术。-Render to texture, opengl senior knowledge, baking Guan Jian Technology.
  3. 所属分类:OpenGL

    • 发布日期:2024-06-17
    • 文件大小:137216
    • 提供者:白改朝
  1. RenderToTexture2

    0下载:
  2. D3D渲染到纹理的源代码+执行程序,代码的编写风格和注释良好,2003平台。效果较好-D3D Render to texture source code+ Enforcement procedures, the preparation of the code of good style and Notes, 2003 platform. Better
  3. 所属分类:3D图形编程

    • 发布日期:2024-06-17
    • 文件大小:143360
    • 提供者:黄达
  1. 1197876686767rendertotexture

    0下载:
  2. 这个程序demo了怎样使用glCopyToTexture函数绘制。这个纹理是应用在一个立方体上的。-This app demonstrates how to render to a texture using the glCopyToTexture function. I have used one of my old projects to create a interesting effect (Blending colors).
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-06-17
    • 文件大小:120832
    • 提供者:猴子
  1. Picking

    0下载:
  2. 思路: 场景中的每个mesh关联到一个唯一的COLOR值。 Pick检测时, 将当前场景渲染到纹理, (在PS中各mesh仅用自己的关键COLOR),即刻取回当前鼠标的位置的COLOR, 查找COLOR就可以知道当前被Pick的Mesh。 使用Render To Texture 的快速Picking, 无需锁住Vertex Buffer进行三角面和射线的相交测试, 仅在读取数据的时候锁住纹理的一个相素, 但是显卡要支持Render
  3. 所属分类:3D图形编程

    • 发布日期:2024-06-17
    • 文件大小:5325824
    • 提供者:Jun Qian
  1. render_to_texture

    0下载:
  2. 渲染到纹理技术的一个OpenGL演示,适合与初学者学习该理论-Rendering to an OpenGL texture technology demonstration, suitable for beginners to learn the theory and
  3. 所属分类:OpenGL

    • 发布日期:2024-06-17
    • 文件大小:98304
    • 提供者:姚风
  1. ogl_offscreen_rendering_1

    0下载:
  2. 基于opengl实现的离屏渲染效果,基本思路是渲染到纹理。-Opengl implementation based on off-screen rendering, the basic idea is to render to texture.
  3. 所属分类:OpenGL

    • 发布日期:2024-06-17
    • 文件大小:2442240
    • 提供者:决云
  1. samp73

    0下载:
  2. 3d graphics sample render to texture
  3. 所属分类:Dephi控件源码

    • 发布日期:2024-06-17
    • 文件大小:28672
    • 提供者:ncwin
  1. Exercise_9

    0下载:
  2. 1. 在练习8的基础上,实现Deferred Shading算法; 考察目的: 1. 阅读文献,理解并实现文献中算法; 2. 通过fr a meBufferObject实现render-to-texture技术; 3. 实现multiple-render-targets技术; -Deferred Shading algorithm on the basis of Exercise 8 aim to investig
  3. 所属分类:OpenGL

    • 发布日期:2024-06-17
    • 文件大小:202752
    • 提供者:宗林
  1. OSG_Rendertotexture

    0下载:
  2. 一个OSG实现渲染到纹理简单的小例子,把相机中的场景渲染到纹理图片中进行显示-Render to Texture OSG achieve a simple little example, put the camera in the scene rendering to a texture image for display
  3. 所属分类:3D图形编程

    • 发布日期:2024-06-17
    • 文件大小:2048
    • 提供者:张超
  1. RendertoTexture

    0下载:
  2. Render to Texture渲染到纹理,可以快速获取纹理-Rendering to texture, you can quickly obtain the texture! ! !
  3. 所属分类:图形图象

    • 发布日期:2024-06-17
    • 文件大小:9216
    • 提供者:全屏状态
  1. Render-To-Texture

    0下载:
  2. 基于OpenSceneGraph实现的离屏渲染功能,可以用于水面或者汽车后视镜效果展示~-Based on OpenSceneGraph achieved offscreen rendering feature can be used to show the effect of water or a car rearview mirror ~
  3. 所属分类:OpenGL

    • 发布日期:2024-06-17
    • 文件大小:25600
    • 提供者:xiaopeng
  1. s_texrender

    0下载:
  2. Render-to-texture code for GL_EXT_fr a mebuffer_object.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-06-17
    • 文件大小:1024
    • 提供者:gusprin
« 12 »

源码中国 www.ymcn.org