Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/space_view3d/view3d_camera_control.c
| Context not available. | |||||
| /* backup the views quat in case the user cancels flying in non camera mode. */ | /* backup the views quat in case the user cancels flying in non camera mode. */ | ||||
| float rot_backup[4]; | float rot_backup[4]; | ||||
| /* remember if were ortho or not, only used for restoring the view if it was a ortho view */ | /* remember if we're ortho or not, only used for restoring the view if it was a ortho view */ | ||||
| char persp_backup; | char persp_backup; | ||||
| /* are we flying an ortho camera in perspective view, | /* are we flying an ortho camera in perspective view, | ||||
| Context not available. | |||||