mirror of
https://github.com/panda3d/panda3d.git
synced 2026-01-06 06:59:44 -06:00
tests: remove accidentally added debug image output
This commit is contained in:
@@ -91,8 +91,6 @@ def render_depth_pixel(region, distance, near, far, clear=None, write=True):
|
||||
region.window.engine.render_frame()
|
||||
region.window.clear_render_textures()
|
||||
|
||||
depth_texture.write("test2.png")
|
||||
|
||||
col = core.LColor()
|
||||
depth_texture.peek().lookup(col, 0.5, 0.5)
|
||||
return col[0]
|
||||
|
||||
Reference in New Issue
Block a user