Eric Haines - Academia.edu (original) (raw)

Papers by Eric Haines

Research paper thumbnail of What is a Ray?

Ray Tracing Gems, 2019

We define a ray, show how to use ray intervals, and demonstrate how to specify a ray using Direct... more We define a ray, show how to use ray intervals, and demonstrate how to specify a ray using DirectX Raytracing (DXR). 2.1 MATHEMATICAL DESCRIPTION OF A RAY

Research paper thumbnail of Precision Improvements for Ray/Sphere Intersection

The traditional quadratic formula is often presented as the way to compute the intersection of a ... more The traditional quadratic formula is often presented as the way to compute the intersection of a ray with a sphere. While mathematically correct, this factorization can be numerically unstable when using floating-point arithmetic. We give two little-known reformulations and show how each can improve precision.

Research paper thumbnail of Fast, Low Memory Z-Buffering when Performing Medium-Quality Rendering

Journal of Graphics Tools, 1996

This article presents algorithms which both improve performance and decrease memory costs when us... more This article presents algorithms which both improve performance and decrease memory costs when using a Z-buffer for medium-quality rendering. The crux of the method is to perform rendering in two passes; the first quickly renders only Z-depth values, the second does all shading calculations. This method allows the reuse of memory used to store the Z-depths and colors, as only

Research paper thumbnail of A Shaft Culling Tool

Journal of Graphics Tools, 2000

Shaft culling is a means to accelerate the testing of visibility between two objects. This paper ... more Shaft culling is a means to accelerate the testing of visibility between two objects. This paper briefly describes an algorithm for shaft culling and various implementation options. The entire code and test harness for the algorithm is available online.

Research paper thumbnail of The Graphics Rendering Pipeline

Real-Time Rendering, Third Edition

Research paper thumbnail of The Graphics Processing Unit

Research paper thumbnail of Ray Tracing Terminology

Ray Tracing Gems

This chapter provides background information and definitions for terms used throughout this book.... more This chapter provides background information and definitions for terms used throughout this book. 1.1 HISTORICAL NOTES Ray tracing has a rich history in disciplines that track the movement of light in an environment, often referred to as radiative transfer. Graphics practitioners have imported ideas from fields such as neutron transport [2], heat transfer [6], and illumination engineering [11]. Since so many fields have studied these concepts, terminology evolves and sometimes diverges between and within disciplines. Classic papers may then appear to use terms incorrectly, which can be confusing. The fundamental quantity of light moving along a ray is the SI unit spectral radiance, which remains constant along a ray (in a vacuum) and often behaves intuitively like the perceptual concept brightness. Before the term was standardized, spectral radiance was often called "intensity" or "brightness." In computer graphics we usually drop "spectral," as non-spectral radiance, a bulk quantity over all wavelengths, is never used. Graphics-specific terminology related to rays has evolved over time. Almost all modern ray tracers are recursive and Monte Carlo; few now bother to call their renderer a "recursive Monte Carlo" ray tracer. In 1968, Appel [1] used rays to render images. In 1979, Whitted [16] and Kay and Greenberg [9] developed recursive ray tracing to depict accurate refraction and reflection. In 1982, Roth [13] used inside/outside interval lists along rays, as well as local instancing, to create renderings (and volume estimates) of CSG models.

Research paper thumbnail of Image-Based Effects

Real-Time Rendering, Third Edition

Research paper thumbnail of Intersection Test Methods

Research paper thumbnail of Shadows

Research paper thumbnail of Proceedings of the 2009 Symposium on Interactive 3D Graphics, SI3D 2009, February 27 - March 1, 2009, Boston, Massachusetts, USA

Research paper thumbnail of Some Linear Algebra

Research paper thumbnail of Proceedings of the 2008 ACM Symposium on Solid and Physical Modeling, Stony Brook, New York, USA, June 2-4, 2008

The ACM Symposium on Solid and Physical Modeling and Applications is an annual international foru... more The ACM Symposium on Solid and Physical Modeling and Applications is an annual international forum for the exchange of recent research results and applications of spatial modeling and computations in design, analysis and manufacturing, as well as in emerging biomedical, geophysical and other areas. Previous symposia in this series were held in Austin, Texas, 1991; Montreal, Canada, 1993; Salt Lake City, Utah, 1995; Atlanta, Georgia, 1997; Ann Arbor, Michigan in 1999 and 2001; Saarbrucken, Germany, 2002; Seattle, Washington, 2003; Genova, Italy, 2004, Cambridge, Massachusetts, 2005; Cardiff, Wales, United Kingdom, 2006; and Beijing, China, 2007. For additional information, please visit www.solidmodeling.org, the home page of The Solid Modeling Association that oversees this symposium series. The SPM symposium series started initially with the name "ACM Symposium on Solid Modeling and Applications." To emphasize the fact that solid modeling entails not only handling their ge...

Research paper thumbnail of An interactive introduction to WEBGL and three.JS

We will use WebGL 1.0. WebGL 2.0 is now being supported by most browsers but requires a better GP... more We will use WebGL 1.0. WebGL 2.0 is now being supported by most browsers but requires a better GPU so may not run on older computers or on most cell phones and tablets. See http://webglstats.com/. We will note some of the new features supported by WebGL 2.0 at the end of the course. three.js is starting to support WebGL 2.0.

Research paper thumbnail of Pipeline Optimization

Research paper thumbnail of Ray Tracing Gems

Research paper thumbnail of Real-Time Rendering

Research paper thumbnail of Method and apparatus for deriving radiation images using a light buffer

Research paper thumbnail of Shaft culling for efficient ray-traced radiosity

Research paper thumbnail of A ray tracing bibliography

An Introduction to Ray Tracing, Jul 1, 1989

Research paper thumbnail of What is a Ray?

Ray Tracing Gems, 2019

We define a ray, show how to use ray intervals, and demonstrate how to specify a ray using Direct... more We define a ray, show how to use ray intervals, and demonstrate how to specify a ray using DirectX Raytracing (DXR). 2.1 MATHEMATICAL DESCRIPTION OF A RAY

Research paper thumbnail of Precision Improvements for Ray/Sphere Intersection

The traditional quadratic formula is often presented as the way to compute the intersection of a ... more The traditional quadratic formula is often presented as the way to compute the intersection of a ray with a sphere. While mathematically correct, this factorization can be numerically unstable when using floating-point arithmetic. We give two little-known reformulations and show how each can improve precision.

Research paper thumbnail of Fast, Low Memory Z-Buffering when Performing Medium-Quality Rendering

Journal of Graphics Tools, 1996

This article presents algorithms which both improve performance and decrease memory costs when us... more This article presents algorithms which both improve performance and decrease memory costs when using a Z-buffer for medium-quality rendering. The crux of the method is to perform rendering in two passes; the first quickly renders only Z-depth values, the second does all shading calculations. This method allows the reuse of memory used to store the Z-depths and colors, as only

Research paper thumbnail of A Shaft Culling Tool

Journal of Graphics Tools, 2000

Shaft culling is a means to accelerate the testing of visibility between two objects. This paper ... more Shaft culling is a means to accelerate the testing of visibility between two objects. This paper briefly describes an algorithm for shaft culling and various implementation options. The entire code and test harness for the algorithm is available online.

Research paper thumbnail of The Graphics Rendering Pipeline

Real-Time Rendering, Third Edition

Research paper thumbnail of The Graphics Processing Unit

Research paper thumbnail of Ray Tracing Terminology

Ray Tracing Gems

This chapter provides background information and definitions for terms used throughout this book.... more This chapter provides background information and definitions for terms used throughout this book. 1.1 HISTORICAL NOTES Ray tracing has a rich history in disciplines that track the movement of light in an environment, often referred to as radiative transfer. Graphics practitioners have imported ideas from fields such as neutron transport [2], heat transfer [6], and illumination engineering [11]. Since so many fields have studied these concepts, terminology evolves and sometimes diverges between and within disciplines. Classic papers may then appear to use terms incorrectly, which can be confusing. The fundamental quantity of light moving along a ray is the SI unit spectral radiance, which remains constant along a ray (in a vacuum) and often behaves intuitively like the perceptual concept brightness. Before the term was standardized, spectral radiance was often called "intensity" or "brightness." In computer graphics we usually drop "spectral," as non-spectral radiance, a bulk quantity over all wavelengths, is never used. Graphics-specific terminology related to rays has evolved over time. Almost all modern ray tracers are recursive and Monte Carlo; few now bother to call their renderer a "recursive Monte Carlo" ray tracer. In 1968, Appel [1] used rays to render images. In 1979, Whitted [16] and Kay and Greenberg [9] developed recursive ray tracing to depict accurate refraction and reflection. In 1982, Roth [13] used inside/outside interval lists along rays, as well as local instancing, to create renderings (and volume estimates) of CSG models.

Research paper thumbnail of Image-Based Effects

Real-Time Rendering, Third Edition

Research paper thumbnail of Intersection Test Methods

Research paper thumbnail of Shadows

Research paper thumbnail of Proceedings of the 2009 Symposium on Interactive 3D Graphics, SI3D 2009, February 27 - March 1, 2009, Boston, Massachusetts, USA

Research paper thumbnail of Some Linear Algebra

Research paper thumbnail of Proceedings of the 2008 ACM Symposium on Solid and Physical Modeling, Stony Brook, New York, USA, June 2-4, 2008

The ACM Symposium on Solid and Physical Modeling and Applications is an annual international foru... more The ACM Symposium on Solid and Physical Modeling and Applications is an annual international forum for the exchange of recent research results and applications of spatial modeling and computations in design, analysis and manufacturing, as well as in emerging biomedical, geophysical and other areas. Previous symposia in this series were held in Austin, Texas, 1991; Montreal, Canada, 1993; Salt Lake City, Utah, 1995; Atlanta, Georgia, 1997; Ann Arbor, Michigan in 1999 and 2001; Saarbrucken, Germany, 2002; Seattle, Washington, 2003; Genova, Italy, 2004, Cambridge, Massachusetts, 2005; Cardiff, Wales, United Kingdom, 2006; and Beijing, China, 2007. For additional information, please visit www.solidmodeling.org, the home page of The Solid Modeling Association that oversees this symposium series. The SPM symposium series started initially with the name "ACM Symposium on Solid Modeling and Applications." To emphasize the fact that solid modeling entails not only handling their ge...

Research paper thumbnail of An interactive introduction to WEBGL and three.JS

We will use WebGL 1.0. WebGL 2.0 is now being supported by most browsers but requires a better GP... more We will use WebGL 1.0. WebGL 2.0 is now being supported by most browsers but requires a better GPU so may not run on older computers or on most cell phones and tablets. See http://webglstats.com/. We will note some of the new features supported by WebGL 2.0 at the end of the course. three.js is starting to support WebGL 2.0.

Research paper thumbnail of Pipeline Optimization

Research paper thumbnail of Ray Tracing Gems

Research paper thumbnail of Real-Time Rendering

Research paper thumbnail of Method and apparatus for deriving radiation images using a light buffer

Research paper thumbnail of Shaft culling for efficient ray-traced radiosity

Research paper thumbnail of A ray tracing bibliography

An Introduction to Ray Tracing, Jul 1, 1989