Skip to content
Snippets Groups Projects
Select Git revision
  • 2b07760b4c80dcce4a3c226fd17bddf15a59d5ff
  • master default
2 results

buildEmotionModel.ipynb

Blame
  • one_sphere.py NaN GiB
    from scene import *
    from light import Spotlight
    
    materiau_sphere = Material(Vector((0,0,1)), .2, .2, .2, .2)
    sphere = Sphere(Vector([0,0,3]), 1, materiau_sphere)
    lumiere = Spotlight(Vector((1,1,0)), Vector((1,1,1)))