CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 2D图形编程

文件名称:FullSceneMotionBlur_src_demo

  • 所属分类:
  • 标签属性:
  • 上传时间:
    2012-11-16
  • 文件大小:
    3.12mb
  • 已下载:
    0次
  • 提 供 者:
  • 相关连接:
  • 下载说明:
    别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容来自于网络,使用问题请自行百度

The texture used for the motion blur is d

In the demo application, the following keys are usable:



* s - for changing the rendered scene.

* t - for changing the FirstRenderTexture flag that is passed to the RenderToMotionBlurTexture procedure.

* w - for wireframe rendering.

* m - for the use of motion blur or not.

* press a and then + or - to adjust the alpha intensity.



Note that the demo runs with GLUT.

Points of Interest



This method is very useful especially when doing full scene motion blur. If this method is used just for a single object then it is recommended to use masking.

License-The texture used for the motion blur is defined in the core (main) module and is exported in all the other modules. But the processing is made in the motionblur module. There are three procedures:



  1. int CreateMotionBlurTexture(int quality, int interpolation) - creates the motion blur texture and is recommended to be called into the init procedure.

  2. void RenderToMotionBlurTexture(bool FirstRenderTexture, int SceneFunc()) - "renders" the SceneFunc() onto the motion blur texture together with the previous frame. The boolean flag specifies if the previous frame is rendered first or not (see the background point).

  3. void ShowMotionBlurTexture() - is like a flush procedure, it displays onto the screen the final result.


(系统自动生成,下载前可以参看下载内容)

下载文件列表

FullSceneMotionBlur_src_demo/
FullSceneMotionBlur_src_demo/FullSceneMotionBlur/
FullSceneMotionBlur_src_demo/FullSceneMotionBlurDemo/
FullSceneMotionBlur_src_demo/FullSceneMotionBlurDemo/Data/
FullSceneMotionBlur_src_demo/FullSceneMotionBlurDemo/Data/tunnel.bmp
FullSceneMotionBlur_src_demo/FullSceneMotionBlurDemo/New OpenGL Shell.exe
FullSceneMotionBlur_src_demo/FullSceneMotionBlur/Data/
FullSceneMotionBlur_src_demo/FullSceneMotionBlur/Data/tunnel.bmp
FullSceneMotionBlur_src_demo/FullSceneMotionBlur/Full Scene Motion Blur.sln
FullSceneMotionBlur_src_demo/FullSceneMotionBlur/FullSceneMotionBLur.vcproj
FullSceneMotionBlur_src_demo/FullSceneMotionBlur/Headers/
FullSceneMotionBlur_src_demo/FullSceneMotionBlur/Headers/core.h
FullSceneMotionBlur_src_demo/FullSceneMotionBlur/Headers/glBasic.h
FullSceneMotionBlur_src_demo/FullSceneMotionBlur/Headers/glDraw.h
FullSceneMotionBlur_src_demo/FullSceneMotionBlur/Headers/keyboard.h
FullSceneMotionBlur_src_demo/FullSceneMotionBlur/Headers/motionblur.h
FullSceneMotionBlur_src_demo/FullSceneMotionBlur/Headers/texture.h
FullSceneMotionBlur_src_demo/FullSceneMotionBlur/Headers/tunnel.h
FullSceneMotionBlur_src_demo/FullSceneMotionBlur/Release/
FullSceneMotionBlur_src_demo/FullSceneMotionBlur/Sources/
FullSceneMotionBlur_src_demo/FullSceneMotionBlur/Sources/core.cpp
FullSceneMotionBlur_src_demo/FullSceneMotionBlur/Sources/glBasic.cpp
FullSceneMotionBlur_src_demo/FullSceneMotionBlur/Sources/glDraw.cpp
FullSceneMotionBlur_src_demo/FullSceneMotionBlur/Sources/keyboard.cpp
FullSceneMotionBlur_src_demo/FullSceneMotionBlur/Sources/motionblur.cpp
FullSceneMotionBlur_src_demo/FullSceneMotionBlur/Sources/texture.cpp
FullSceneMotionBlur_src_demo/FullSceneMotionBlur/Sources/tunnel.cpp
FullSceneMotionBlur_src_demo/Linux C_programme/
FullSceneMotionBlur_src_demo/Linux C_programme/code/
FullSceneMotionBlur_src_demo/Linux C_programme/code/chapter02/
FullSceneMotionBlur_src_demo/Linux C_programme/code/chapter02/gdb.c
FullSceneMotionBlur_src_demo/Linux C_programme/code/chapter02/hello.c
FullSceneMotionBlur_src_demo/Linux C_programme/code/chapter02/hello.h
FullSceneMotionBlur_src_demo/Linux C_programme/code/chapter02/test.c
FullSceneMotionBlur_src_demo/Linux C_programme/code/chapter06/
FullSceneMotionBlur_src_demo/Linux C_programme/code/chapter06/pointer1.c
FullSceneMotionBlur_src_demo/Linux C_programme/code/chapter06/pointer2.c
FullSceneMotionBlur_src_demo/Linux C_programme/code/chapter06/pointer3.c
FullSceneMotionBlur_src_demo/Linux C_programme/code/chapter06/pointer4.c
FullSceneMotionBlur_src_demo/Linux C_programme/code/chapter06/pointer5.c
FullSceneMotionBlur_src_demo/Linux C_programme/code/chapter06/pointer6.c
FullSceneMotionBlur_src_demo/Linux C_programme/code/chapter06/pointer7.c
FullSceneMotionBlur_src_demo/Linux C_programme/code/chapter08/
FullSceneMotionBlur_src_demo/Linux C_programme/code/chapter08/binary_tree.c
FullSceneMotionBlur_src_demo/Linux C_programme/code/chapter08/list.c
FullSceneMotionBlur_src_demo/Linux C_programme/code/chapter09/
FullSceneMotionBlur_src_demo/Linux C_programme/code/chapter09/lock.c
FullSceneMotionBlur_src_demo/Linux C_programme/code/chapter09/read_seri.c
FullSceneMotionBlur_src_demo/Linux C_programme/code/chapter09/seri.c
FullSceneMotionBlur_src_demo/Linux C_programme/code/chapter09/seri.h
FullSceneMotionBlur_src_demo/Linux C_programme/code/chapter09/write_seri.c
FullSceneMotionBlur_src_demo/Linux C_programme/code/chapter10/
FullSceneMotionBlur_src_demo/Linux C_programme/code/chapter10/alarm_read.c
FullSceneMotionBlur_src_demo/Linux C_programme/code/chapter10/dameon.c
FullSceneMotionBlur_src_demo/Linux C_programme/code/chapter10/zombie.c
FullSceneMotionBlur_src_demo/Linux C_programme/code/chapter11/
FullSceneMotionBlur_src_demo/Linux C_programme/code/chapter11/socklib.c
FullSceneMotionBlur_src_demo/Linux C_programme/code/chapter11/testserver.c
FullSceneMotionBlur_src_demo/Linux C_programme/code/chapter11/tracert.c
FullSceneMotionBlur_src_demo/Linux C_programme/code/chapter11/webserv.c
FullSceneMotionBlur_src_demo/Linux C_programme/code/chapter11/WEBsever.IAB
FullSceneMotionBlur_src_demo/Linux C_programme/code/chapter11/WEBsever.IAD
FullSceneMotionBlur_src_demo/Linux C_programme/code/chapter11/WEBsever.IMB
FullSceneMotionBlur_src_demo/Linux C_programme/code/chapter11/WEBsever.IMD
FullSceneMotionBlur_src_demo/Linux C_programme/code/chapter11/WEBsever.PFI
FullSceneMotionBlur_src_demo/Linux C_programme/code/chapter11/WEBsever.PO
FullSceneMotionBlur_src_demo/Linux C_programme/code/chapter11/WEBsever.PR
FullSceneMotionBlur_src_demo/Linux C_programme/code/chapter11/WEBsever.PRI
FullSceneMotionBlur_src_demo/Linux C_programme/code/chapter11/WEBsever.PS
FullSceneMotionBlur_src_demo/Linux C_programme/code/chapter11/WEBsever.WK3
FullSceneMotionBlur_src_demo/Linux C_programme/code/chapter12/
FullSceneMotionBlur_src_demo/Linux C_programme/code/chapter12/s3c2410fb.c
FullSceneMotionBlur_src_demo/Linux C_programme/code/chapter12/s3c2410fb.h
FullSceneMotionBlur_src_demo/Linux C_programme/code/chapter12/skull.c
FullSceneMotionBlur_src_demo/Linux C_programme/code/chapter13/
FullSceneMotionBlur_s

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 搜珍网是交换下载平台,只提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。更多...
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或换浏览器;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com