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

搜索资源列表

  1. RenderTexture_092003

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

    • 发布日期:2008-10-13
    • 文件大小:29.66kb
    • 提供者:毕文元
  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 visually stunning. This mean
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:1.48mb
    • 提供者:郭剑
  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 then made current, and the pb
  3. 所属分类:视频捕捉/采集

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

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

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

    0下载:
  2. Bumpmapping is a texture blending technique used to render the appearance of rough, bumpy surfaces. include bump earth,bump lens, bump selfshadow,bump under water etc
  3. 所属分类:3D图形编程

    • 发布日期:2008-10-13
    • 文件大小:152.45kb
    • 提供者:姚俊光
  1. YuanYuan

    0下载:
  2. OpenGL绘制钟表,利用glut库,利用了透视投影、光照,纹理贴图、动画等,利用混色实现了玻璃材质-this program used OpenGL to render a clock, which Make use of the glut library, perspective projection, lighting, texture mapping, animation, etc.,and blending to achieve a glass Glass material
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-13
    • 文件大小:3.03mb
    • 提供者:徐启龙
  1. RenderToTexture2.rar

    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 Graphic

    • 发布日期:2017-04-04
    • 文件大小:140.45kb
    • 提供者:黄达
  1. water.tar

    0下载:
  2. 使用纹理坐标,用简单的方法绘制漂亮的水面,水波使用了正弦函数和加入噪声的方法-Still using texture coordinates, this time here is a very simple way to render fancy water. Waves are shaped using both a sinus function and some Perlin noise. The same texture is used for both fake reflection a
  3. 所属分类:Graph program

    • 发布日期:2017-04-01
    • 文件大小:17.44kb
    • 提供者:马兵
  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). This is rendered to a viewport
  3. 所属分类:Special Effects

    • 发布日期:2017-04-29
    • 文件大小:117.51kb
    • 提供者:猴子
  1. Picking

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

    • 发布日期:2017-05-19
    • 文件大小:5.08mb
    • 提供者: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 program

    • 发布日期:2017-04-02
    • 文件大小:95.59kb
    • 提供者:姚风
  1. defshad

    0下载:
  2. 延时渲染,首先准备N个与屏幕同大小的纹理作为渲染缓冲区,接下来向这个纹理渲染东西,一般用FBO,渲染的时候,把每个象素最终的法线值、位置、纹理信息分别渲染到这N个纹理中。这是第一次渲染。然后第二次渲染的时候,把之前得到的纹理中的值作为光照计算的输入值来计算光照。-Delay rendering, the first screen for N-and render the same size as a buffer texture, the next thing to render the tex
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:387.41kb
    • 提供者:wz
  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 program

    • 发布日期:2017-05-10
    • 文件大小:2.33mb
    • 提供者:决云
  1. samp73

    0下载:
  2. 3d graphics sample render to texture
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-02
    • 文件大小:28.47kb
    • 提供者:ncwin
  1. Exercise_9

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

    • 发布日期:2017-11-11
    • 文件大小:197.86kb
    • 提供者:宗林
  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 Graphic

    • 发布日期:2017-03-25
    • 文件大小:1.73kb
    • 提供者:张超
  1. RendertoTexture

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

    • 发布日期:2017-04-23
    • 文件大小:8.53kb
    • 提供者:全屏状态
  1. Render-To-Texture

    1下载:
  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 program

    • 发布日期:2016-06-25
    • 文件大小:25kb
    • 提供者:xiaopeng
  1. s_texrender

    0下载:
  2. Render-to-texture code for GL_EXT_framebuffer_object.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:1.46kb
    • 提供者:gusprin
  1. Depth-Image-Representation-for-Image-Based-Render

    0下载:
  2. Conventional approaches to render a scene require geometric descr iption such as polygonal meshes, etc and appearance descr iptions such as lights and material properties. To render high quality images such descr iptions, we require very accurat
  3. 所属分类:Special Effects

    • 发布日期:2017-05-09
    • 文件大小:1.68mb
    • 提供者:phonox
« 12 »
搜珍网 www.dssz.com