Skip to content
Snippets Groups Projects
Select Git revision
  • dd76a87b5e7b8abef53ca56879c59bc0d300f2eb
  • master default
  • goodpaths
  • movie-page
  • front-bilel
  • vieille-branche
  • octofront
  • branche-TP-de-Tom
8 results

Connexion.vue

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)))