basilisk-engine 0.0.8__py3-none-any.whl → 0.0.9__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of basilisk-engine might be problematic. Click here for more details.
- basilisk/render/frame.py +2 -2
- {basilisk_engine-0.0.8.dist-info → basilisk_engine-0.0.9.dist-info}/METADATA +1 -1
- {basilisk_engine-0.0.8.dist-info → basilisk_engine-0.0.9.dist-info}/RECORD +5 -5
- {basilisk_engine-0.0.8.dist-info → basilisk_engine-0.0.9.dist-info}/WHEEL +0 -0
- {basilisk_engine-0.0.8.dist-info → basilisk_engine-0.0.9.dist-info}/top_level.txt +0 -0
basilisk/render/frame.py
CHANGED
|
@@ -88,9 +88,9 @@ class Frame:
|
|
|
88
88
|
"""
|
|
89
89
|
|
|
90
90
|
# Read the shaders
|
|
91
|
-
with open(f'
|
|
91
|
+
with open(self.engine.root + f'/shaders/{vert}.vert') as file:
|
|
92
92
|
vertex_shader = file.read()
|
|
93
|
-
with open(f'
|
|
93
|
+
with open(self.engine.root + f'/shaders/{frag}.frag') as file:
|
|
94
94
|
fragment_shader = file.read()
|
|
95
95
|
|
|
96
96
|
# Create the program
|
|
@@ -52,7 +52,7 @@ basilisk/render/batch.py,sha256=YGhmTIY3SHWft6ESuFJc1WluZNh8_w2TMNdRK6wTJjM,2950
|
|
|
52
52
|
basilisk/render/camera.py,sha256=nTlp48fhtSo9cc0dLIwPyx6lW3o595FhZM2r1iBCjEQ,6056
|
|
53
53
|
basilisk/render/chunk.py,sha256=hU1xjy_ibQO40YDeWULNMofLsI4EfOYGmtxN6FqhwfE,2246
|
|
54
54
|
basilisk/render/chunk_handler.py,sha256=2ZsUiLw9SA_YzBQXtTZMMQ6-Lc1oJVo_VENZDWXXHh0,5652
|
|
55
|
-
basilisk/render/frame.py,sha256=
|
|
55
|
+
basilisk/render/frame.py,sha256=OwgDtBK3EtXTD8e6o8chAl0Wu3fg-KwTEYQg1-r21y8,6728
|
|
56
56
|
basilisk/render/image.py,sha256=27Jg8LuLjJ-NhSgbueFHc8RC8WmTOJOf2R6k1SLzI6I,2628
|
|
57
57
|
basilisk/render/image_handler.py,sha256=giebUrgf9OpJ0vwljyJe1YdDtmB5oUisYmCL-t0kIRY,4119
|
|
58
58
|
basilisk/render/light.py,sha256=hFqODv9iK4GEDZeDyBHxOWwwd4v8Pm089_xoScBMjVY,3879
|
|
@@ -72,7 +72,7 @@ basilisk/shaders/frame.vert,sha256=KPB-Q3-Rix9-JxSj5tBHbZOu7QCdFgCzHwiZKEYIbFc,2
|
|
|
72
72
|
basilisk/shaders/image.png,sha256=nZRs38y_Ze8sKVuUWuYDnf9y35v2TOX_L6Ae0nJ7Ilc,13906
|
|
73
73
|
basilisk/shaders/sky.frag,sha256=vTmZ1Xsd601_gmeBRfLYodHuBoBDI-M_1IybRt0ZDFk,178
|
|
74
74
|
basilisk/shaders/sky.vert,sha256=v_BSdnMiljSJGPqno-J_apAiom38IrBzbDoxM7pIgwI,345
|
|
75
|
-
basilisk_engine-0.0.
|
|
76
|
-
basilisk_engine-0.0.
|
|
77
|
-
basilisk_engine-0.0.
|
|
78
|
-
basilisk_engine-0.0.
|
|
75
|
+
basilisk_engine-0.0.9.dist-info/METADATA,sha256=dBinxZxclHiFPD-5IA2rwqXNhwrZV-qNWNSFnnosTeA,1118
|
|
76
|
+
basilisk_engine-0.0.9.dist-info/WHEEL,sha256=OVMc5UfuAQiSplgO0_WdW7vXVGAt9Hdd6qtN4HotdyA,91
|
|
77
|
+
basilisk_engine-0.0.9.dist-info/top_level.txt,sha256=enlSYSf7CUyAly1jmUCNNGInTbaFUjGk4SKwyckZQkw,9
|
|
78
|
+
basilisk_engine-0.0.9.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|