文件名称: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.
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
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
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.