Title: :: Relief Clipping Planes For RealTime Rendering :: Matthias Trapp :: ::
1(No Transcript)
2Relief Clipping PlanesFor Real-Time Rendering
Matthias Trapp, Jürgen DöllnerHasso-Plattner-Inst
itute, University of Potsdam, Germany
3Results
4Motivation
- Relief Clipping Planes (RCP)
- Create more sophisticated cut-away views
- Enables non-regular cut-surfaces
- Contributions
- New clip plane parameterization
- Automatic cap-surface generation
- Implementation Goals
- Interactive configuration
- Use hardware acceleration
5Relief Clip-Plane Parameterization
- O Plane Origin
- U, V Direction Vectors
- S (sx,sy,sz) Scaling Vector
- OM Offsetmap
6Clipping Equation
7GLSL Fragment-Shader Source
8Multiple Clipping Planes
9Capping Openings The Goal
Assumption Input Mesh is SOLID.
http//www.bmbikes.co.uk/photos/museumphotos/Broke
n 20R60-6 Crank.jpg
10Capping The Process
- Goals
- Convey material / inner structure of the input
solid - Enable assisted modeling of cap-surface
appearance - Solution Polygonal Cap-Surface
- Directly derived from relief-clipping plane
- Rendering after the clipping pass
11Generating the Cap-Surface
- Phase A
- Dynamic Mesh Refinement on GPU Boubekeur05
- Perform displacement, shading, texturing,
- Phase B
- Clip away outside parts of the cap-surface
12Decision Problem
- Which point P of the cap-surface is inside a
solid S ? - Solution Volumetric depth test
- Needed Additional data structure
- Layered Depth Image (LDI) Shade98
- Image-based representation of shape
- Computed in pre-processing Everitt01
13Example of Layered Depth Image
14Volumetric Depth Test
Trapp08
15Conclusions
- Summary
- Advanced clipping approach
- Real-time rendering technique
- Fully implemented on GPU
- Drawbacks
- Needs additional data structure
- Needs high-tessellated cap-surface
- Future Work
- Generalized approach for clipping
16Thank You ! - Questions ?
- Contact
- Matthias Trapp
- matthias.trapp_at_hpi.uni.potsdam.de
- Jürgen Döllner
- juergen.doellner_at_hpi.uni.potsdam.de
- Computer Graphics Systems Group
- http//www.hpi.uni-potsdam.de/doellner/