Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions ursina/camera.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
'''
Description: After running the program you will see two rectangular shape which is camera, lights etc.
You can move the camera just by right clicking your mouse button and then move
'''
import sys
from ursina.entity import Entity
from panda3d.core import PerspectiveLens, OrthographicLens, LensNode, NodePath
Expand Down