Skip to content

Commit b9b50ba

Browse files
committed
Fixed code
1 parent 94bc65a commit b9b50ba

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

graphics/interactive_3d_renderer.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -312,13 +312,6 @@ class GraphicsWindow:
312312
"""
313313
Tkinter window renderer for real-time 3D mesh display and camera control.
314314
315-
Examples:
316-
>>> win = GraphicsWindow(width=400, height=300)
317-
>>> len(win.meshes)
318-
1
319-
>>> isinstance(win.camera, Camera)
320-
True
321-
322315
Interactive controls:
323316
- W/A/S/D: Move camera (forward, left, back, right)
324317
- Up/Down/Left/Right: Rotate camera

0 commit comments

Comments
 (0)