Movatterモバイル変換


[0]ホーム

URL:


Jump to content
WikipediaThe Free Encyclopedia
Search

Caustic (optics)

From Wikipedia, the free encyclopedia
Envelope of light rays reflected or refracted by a curved surface/object
For other uses, seeCaustic (disambiguation).
Caustics from a glass of water
Caustics made by the surface of water

Inoptics, acaustic orcaustic network[1] is theenvelope oflight rays which have beenreflected orrefracted by a curved surface or object, or theprojection of that envelope of rays on another surface.[2] The caustic is acurve orsurface to which each of the light rays istangent, defining a boundary of an envelope of rays as a curve of concentrated light.[2] In some cases caustics can be seen as patches of light or their bright edges, shapes which often havecusp singularities.

Explanation

[edit]
Rays refracted by an irregular surface form caustics where many of them cross.

Concentration of light, especiallysunlight, can burn. The wordcaustic, in fact, comes from the Greek καυστός, burnt, via the Latincausticus, burning.

A common situation where caustics are visible is when light shines on a drinking glass. The glass casts a shadow, but also produces a curved region of bright light. In ideal circumstances (including perfectly parallel rays, as if from a point source at infinity), anephroid-shaped patch of light can be produced.[3][4] Rippling caustics are commonly formed when light shines through waves on a body of water.

Another familiar caustic is therainbow.[5][6] Scattering of light by raindrops causes differentwavelengths of light to be refracted into arcs of differing radius, producing the bow.

Computer graphics

[edit]
Computer rendering of a wine glass caustic

In computer graphics, most modernrendering systems support caustics. Some of them even supportvolumetric caustics. This is accomplished byraytracing the possible paths of a light beam, accounting for the refraction and reflection.Photon mapping is one implementation of this. Volumetric caustics can also be achieved byvolumetric path tracing. Some computer graphic systems work by "forward ray tracing" wherein photons are modeled as coming from a light source and bouncing around the environment according to rules. Caustics are formed in the regions where sufficient photons strike a surface causing it to be brighter than the average area in the scene. “Backward ray tracing” works in the reverse manner beginning at the surface and determining if there is a direct path to the light source.[7] Some examples of 3D ray-traced caustics can be foundhere.

The focus of most computer graphics systems is aesthetics rather thanphysical accuracy. This is especially true when it comes to real-time graphics in computer games[8] where generic pre-calculatedtextures are mostly used instead of physically correct calculations.

Caustic engineering

[edit]

Caustic engineering describes the process of solving theinverse problem tocomputer graphics. That is, given a specific image, to determine a surface whose refracted or reflected light forms this image.

In the discrete version of this problem, the surface is divided into several micro-surfaces which are assumed smooth, i.e. the light reflected/refracted by each micro-surface forms a Gaussian caustic. Gaussian caustic means that each micro-surface obeyGaussian distribution. The position and orientation of each of the micro-surfaces are then obtained using a combination ofPoisson integration andsimulated annealing.[9]

There have been many different approaches to address the continuous problem. One approach uses an idea fromtransportation theory calledoptimal transport[10] to find a mapping between incoming light rays and the target surface. After obtaining such a mapping, the surface is optimized by adapting it iteratively usingSnell's law of refraction.[11][12]

Optimal-transport-based caustic pattern design

[edit]

Basic principle

[edit]

Controlling caustic pattern is rather a challenging problem as very minor changes of the surface will significantly affect the quality of the pattern since light ray directions might be interfered by other light rays as they intersect with and refract through the material. This will lead to a scattered, discontinuous pattern. To tackle this problem, optimal-transport-based is one of the existing proposed methods to control caustic pattern by redirecting light's directions as it propagates through the surface of a certaintransparent material. This is done by solving an inverse optimization problem based onoptimal transport.[13][14] Given a reference image of an object/pattern, the target is to formulate the mathematical description of the material surface through which light refracts and converges to the similar pattern of the reference image. This is done by rearranging/recomputing the initial light intensity until the minimum of the optimization problem is reached.

Manufacturing

[edit]
Design and manufacturing process

Once the caustic pattern has been designed computationally, the processed data will be then sent to the manufacturing stage to get the final product. The most common approach issubtractive manufacturing (machining).

Various materials can be used depending on the desired quality, the effort it takes to manufacture, and the available manufacturing method.

Architecture

Caustic pattern design has many real-world applications, for example in:

  • Luminaires
  • Jewelry
  • Architecture
  • Decorative glass production

See also

[edit]

References

[edit]
  1. ^Lynch, DK; Livingston, W (2001). "The caustic network".Color and Light in Nature. Cambridge University Press.ISBN 978-0-521-77504-5.
  2. ^abWeinstein, Lev Albertovich (1969).Open Resonators and Open Waveguides. Boulder, Colorado: The Golem Press.
  3. ^Circle Catacaustic. WolframMathWorld. Retrieved 2009-07-17.
  4. ^Levi, Mark (2018-04-02)."Focusing on Nephroids".SIAM News. Archived fromthe original on 2023-06-27. Retrieved2018-06-01.
  5. ^Rainbow caustics
  6. ^Caustic fringes
  7. ^Guardado, Juan (2004)."Chapter 2. Rendering Water Caustics". In Fernando, Randima (ed.).GPU Gems: Programming Techniques, Tips and Tricks for Real-Time Graphics. Addison-Wesley.ISBN 978-0321228321.
  8. ^"Caustics water texturing using Unity 3D". Dual Heights Software. RetrievedMay 28, 2017.
  9. ^Marios Papas (April 2011)."Goal Based Caustics"(PDF).Computer Graphics Forum (Proc. Eurographics).30 (2):503–511.doi:10.1111/j.1467-8659.2011.01876.x.Archived(PDF) from the original on May 11, 2021. (Additional resources atWojciech Jarosz's Dartmouth College site)
  10. ^Villani, Cedric (2009).Optimal Transport - Old and New. Springer-Verlag Berlin Heidelberg.ISBN 978-3-540-71049-3.
  11. ^Philip Ball (February 2013). "Light tamers".New Scientist.217 (2902):40–43.Bibcode:2013NewSc.217...40B.doi:10.1016/S0262-4079(13)60310-3.
  12. ^Choreographing light: New algorithm controls light patterns called 'caustics', organizes them into coherent images
  13. ^Schwartzburg, Yuliy; Testuz, Romain; Tagliasacchi, Andrea; Pauly, Mark (27 July 2014)."High-contrast computational caustic design".ACM Transactions on Graphics.33 (4):1–11.doi:10.1145/2601097.2601200.
  14. ^Cédric, Villani (2009).Optimal Transport, Old and New. Springer.ISBN 978-3-540-71050-9.

Further reading

[edit]
  • Ferraro, Pietro (1996). "What a caustic!".The Physics Teacher.34 (9):572–573.Bibcode:1996PhTea..34..572F.doi:10.1119/1.2344572.
  • Dachsbacher, Carsten; Liktor, Gábor (February 2011). "Real-time volume caustics with adaptive beam tracing".Symposium on Interactive 3D Graphics and Games. ACM:47–54.
Retrieved from "https://en.wikipedia.org/w/index.php?title=Caustic_(optics)&oldid=1279499868"
Category:
Hidden categories:

[8]ページ先頭

©2009-2025 Movatter.jp