Skip to content

Instantly share code, notes, and snippets.

@omaraflak
Created July 23, 2020 16:44
Show Gist options
  • Save omaraflak/0e23bfe06961d22f124f1edfe1cd612c to your computer and use it in GitHub Desktop.
Save omaraflak/0e23bfe06961d22f124f1edfe1cd612c to your computer and use it in GitHub Desktop.
light = { 'position': np.array([5, 5, 5]), 'ambient': np.array([1, 1, 1]), 'diffuse': np.array([1, 1, 1]), 'specular': np.array([1, 1, 1]) }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment