wezu / p3d_samples

New samples for Panda3D
Other
22 stars 15 forks source link

Error in hdri_to_cubemap.py #1

Open Almee98 opened 1 year ago

Almee98 commented 1 year ago

sky_box.set_shader(Shader.load(Shader.SLGLSL, 'shaders/skybox_v.glsl', 'shaders/skybox_f.glsl'), 1) TypeError: NodePath.set_shader() argument 1 must be Shader, not NoneType

rdb commented 1 year ago

That means the shader failed to load - what are the other error messages?