update docstrings using raylib_api.json

This commit is contained in:
richard 2021-09-23 09:44:08 +01:00
parent a98e0bef65
commit 9a3ffb525e
18 changed files with 15591 additions and 8105 deletions

View file

@ -10,6 +10,7 @@ pyray = PyRay()
pyray.init_window(800, 450, "Raylib texture test")
pyray.set_target_fps(60)
camera = pyray.Camera3D([18.0, 16.0, 18.0], [0.0, 0.0, 0.0], [0.0, 1.0, 0.0], 45.0, 0)
image = pyray.load_image("examples/models/resources/heightmap.png")
texture = pyray.load_texture_from_image(image)