Advertisement
Guest User

Untitled

a guest
Jan 21st, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.30 KB | None | 0 0
  1. from vapory.vapory import *
  2. import numpy as np
  3.  
  4. mod_checkered_ground     = Plane([0, 1, 0], -1,
  5.                              Texture(Pigment('checker',
  6.                              'color', [1, 0.8, 0.5],
  7.                              'color', [1, 1, 0],
  8.                              'scale', 5)))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement