Changes between Initial Version and Version 1 of visual_distortion
- Timestamp:
- Jul 20, 2010, 11:00:26 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
visual_distortion
v1 v1 1 [[TracNav(TracNav/TOC)]] 2 3 = Image Distortion Modules = 4 5 osgVisual is capable to distort the rendered output image to allow projection on curved screens. 6 7 8 = Technical implementation = 9 10 Post render stage 11 viewmatrix and projection matrix will be copied from the viewers main camera and applied to the scene camera for the scene rendering pass. Then the scene will be rendered to a textured and rendered with applied distortion to the main camera. 12 13 14 15 16 17