World Chunk
This commit is contained in:
parent
24662a43a9
commit
5168061d1b
3 changed files with 90 additions and 4 deletions
Lights/Spotlight
|
@ -0,0 +1,6 @@
|
|||
from Lights.Lights import Light
|
||||
from OpenGL.GL import *
|
||||
from MatrixStuff.Transformations import *
|
||||
|
||||
class Spotlight(Light):
|
||||
pass
|
Loading…
Add table
Add a link
Reference in a new issue