next up previous contents
Next: 11.4 Creating Shadows Up: 11. Scene Realism Previous: 11.2.3 Cube Environment Mapping

11.3 Impact of Complexity on Choice of Reflection Technique

Because maintainability and readability of applications is important, it may be worth considering more general techniques like ray casting and ray tracing for providing reflections and shadows. As multiprocessor machines slowly become more prevalent, it may be the case that a simple brute-force algorithm provides acceptable performance without the complexity of the combination of the above techniques.

For example, an application implementing the algorithms above for curved reflectors and blurred reflections including view-frustum culling and reducing the size of textures used approaches a prohibitive complexity level. For small reflectors, ray tracing can achieve interactive performance with much less algorithmic complexity.

Unfortunately, there is no right answer and each developer must evaluate their tolerance for complexity, frame rate, and quality.



David Blythe
1999-08-06