Visualising calabi yau manifolds

  • Context: Graduate 
  • Thread starter Thread starter SmirkingMan
  • Start date Start date
  • Tags Tags
    Manifolds
Click For Summary
SUMMARY

This discussion centers on visualizing Calabi-Yau manifolds using POV-Ray, a tool suitable for rendering 3D graphics. Users must express the manifold in a 3D cross-section format, utilizing polynomial expressions or functions that can be represented with trigonometric and arithmetic operations. The discussion highlights the use of parametric objects and the potential for slow rendering, with a recommendation to use Ingo Janssen's Param.inc for smoother meshes. An elegant solution for visualizing these manifolds is available at the provided link.

PREREQUISITES
  • Understanding of Calabi-Yau manifolds
  • Familiarity with POV-Ray 3D rendering software
  • Knowledge of polynomial expressions and functions
  • Experience with parametric objects in 3D graphics
NEXT STEPS
  • Explore the capabilities of POV-Ray for 3D rendering
  • Learn how to implement polynomial expressions in POV-Ray
  • Research the use of isosurfaces in 3D modeling
  • Investigate Ingo Janssen's Param.inc for optimizing parametric objects
USEFUL FOR

This discussion is beneficial for mathematicians, physicists, and 3D graphics artists interested in visualizing complex geometric structures, particularly those working with Calabi-Yau manifolds and utilizing POV-Ray for rendering.

SmirkingMan
Messages
3
Reaction score
0
I would like to make visualisations of calabi-yau manifolds, like this http://en.wikipedia.org/wiki/Calabi-Yau_manifold" (the image on the right).

It would appear that http://www.povray.org/" is the appropriate tool (I suspect, after much Googling, that the image was created with POVRay), but it can only handle 3 dimensions: here is the answer that a kind POVRay wizard gave me:
POVRay doesn't solve 6-dimensional polynomials of complex variables, so
you'll need to find a way to express a 3-dimensional cross section of
the manifold using only expressions that are available in POVRay.

If you end up with something that can be expressed as a polynomial of x,
y and z, then you can use the poly object.

If you end up with something that can be expressed as
F(x,y,z) = 0
where F is a function that uses only trig functions, hyperbolic trig
functions, logs, powers and simple arithmetic on real variables, then
you can use an isosurface.

If you end up with something that can be expressed as
x = Fx(u,v)
y = Fy(u,v)
z = Fy(u,v)
Then you can use a parametric object. Parametric objects can be
extremely slow, but you can use Ingo Janssen's Param.inc to approximate
them with smooth meshes.

Is there a way to express CY projections like this with a 3-dimensional formula?

My apologies if this question provokes only mirth because it's so stupid - my education stopped at a manifold being a part of an internal combustion engine :redface:.

Thanks in advance
Maurice
 
Last edited by a moderator:
Physics news on Phys.org
My apologies for insisting, but is there a kind soul who could tell me if what I want to do is feasible or not?

Thanks and regards
 

Similar threads

  • · Replies 20 ·
Replies
20
Views
6K
  • · Replies 12 ·
Replies
12
Views
3K
  • · Replies 25 ·
Replies
25
Views
8K
  • · Replies 10 ·
Replies
10
Views
4K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 14 ·
Replies
14
Views
4K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 4 ·
Replies
4
Views
4K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K