Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 788 Bytes

sphere.rst

File metadata and controls

25 lines (16 loc) · 788 Bytes

Spheres

Spheres

Spheres example script:

  • Geometry: :pygeometry.Sphere <fresnel.geometry.Sphere>: radius = 0.5, outline_width = 0.1

    • :pymaterial <fresnel.material.Material>: roughness = 0.8, specular = 0.2, metal = 0, spec_trans = 0
    • :pyoutline_material <fresnel.material.Material>: solid = 1, color = (0,0,0)
    • positions: output of a HOOMD simulation
  • Lighting: :pylight.cloudy <fresnel.light.cloudy>
  • Rendered with: :pytracer.Path <fresnel.tracer.Path>: samples = 256, light_samples = 16

Source code

sphere.py

Author

Joshua A. Anderson