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 CHANGED
@@ -88,9 +88,9 @@ class Frame:
88
88
  """
89
89
 
90
90
  # Read the shaders
91
- with open(f'basilisk/shaders/{vert}.vert') as file:
91
+ with open(self.engine.root + f'/shaders/{vert}.vert') as file:
92
92
  vertex_shader = file.read()
93
- with open(f'basilisk/shaders/{frag}.frag') as file:
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
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: basilisk-engine
3
- Version: 0.0.8
3
+ Version: 0.0.9
4
4
  Summary: Python 3D Framework
5
5
  Home-page: https://basilisk-website.vercel.app/
6
6
  Author: Name
@@ -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=kJVl0meCYm56CrU-RpAxt4mOpZaqf05eksQ_i5RH78w,6706
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.8.dist-info/METADATA,sha256=gM-hn6lPSOH4SfkVGGvgtzL_3A1Nch9q6oiAa0Tf7yg,1118
76
- basilisk_engine-0.0.8.dist-info/WHEEL,sha256=OVMc5UfuAQiSplgO0_WdW7vXVGAt9Hdd6qtN4HotdyA,91
77
- basilisk_engine-0.0.8.dist-info/top_level.txt,sha256=enlSYSf7CUyAly1jmUCNNGInTbaFUjGk4SKwyckZQkw,9
78
- basilisk_engine-0.0.8.dist-info/RECORD,,
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,,