Skip to content

Commit

Permalink
Ruff-made changes
Browse files Browse the repository at this point in the history
  • Loading branch information
m-agour committed Jun 11, 2024
1 parent 6abe08c commit 9f7c6c2
Show file tree
Hide file tree
Showing 3 changed files with 130 additions and 121 deletions.
6 changes: 3 additions & 3 deletions docs/examples/viz_gltf_pbr.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@

##############################################################################
# Fetch and read the glTF file 'DamagedHelmet'.
fetch_gltf('DamagedHelmet')
filename = read_viz_gltf('DamagedHelmet')
fetch_gltf("DamagedHelmet")
filename = read_viz_gltf("DamagedHelmet")

##############################################################################
# Create a glTF object from the file and apply normals to the geometry.
Expand All @@ -45,4 +45,4 @@
if interactive:
window.show(scene, size=(1280, 720))

window.record(scene, out_path='viz_gltf_PBR.png', size=(1280, 720))
window.record(scene, out_path="viz_gltf_PBR.png", size=(1280, 720))
Loading

0 comments on commit 9f7c6c2

Please sign in to comment.