Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
N
navipy
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Olivier Bertrand
navipy
Commits
bfb0bbe2
Commit
bfb0bbe2
authored
7 years ago
by
Luise Odenthal
Browse files
Options
Downloads
Patches
Plain Diff
flake8 test
parent
b1b4c8dd
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
navipy/rendering/cyber_bee.py
+1
-1
1 addition, 1 deletion
navipy/rendering/cyber_bee.py
navipy/rendering/cyber_bee.py~
+3
-3
3 additions, 3 deletions
navipy/rendering/cyber_bee.py~
with
4 additions
and
4 deletions
navipy/rendering/cyber_bee.py
+
1
−
1
View file @
bfb0bbe2
...
@@ -185,7 +185,7 @@ class Cyberbee():
...
@@ -185,7 +185,7 @@ class Cyberbee():
# @camera_fov.setter
# @camera_fov.setter
def
set_camera_fov
(
self
,
latmin
=-
90
,
latmax
=+
90
,
def
set_camera_fov
(
self
,
latmin
=-
90
,
latmax
=+
90
,
longmin
=-
180
,
longmax
=+
180
):
longmin
=-
180
,
longmax
=+
180
):
"""
change the field of view of the panoramic camera
"""
change the field of view of the panoramic camera
:param latmin: minimum latitude (in deg)
:param latmin: minimum latitude (in deg)
...
...
This diff is collapsed.
Click to expand it.
navipy/rendering/cyber_bee.py~
+
3
−
3
View file @
bfb0bbe2
...
@@ -184,7 +184,7 @@ class Cyberbee():
...
@@ -184,7 +184,7 @@ class Cyberbee():
return fov
return fov
# @camera_fov.setter
# @camera_fov.setter
def camera_fov(self, latmin=-90, latmax=+90,
def
set_
camera_fov(self, latmin=-90, latmax=+90,
longmin=-180, longmax=+180):
longmin=-180, longmax=+180):
"""change the field of view of the panoramic camera
"""change the field of view of the panoramic camera
...
@@ -269,8 +269,8 @@ class Cyberbee():
...
@@ -269,8 +269,8 @@ class Cyberbee():
resolution_y = bpy.context.scene.render.resolution_y
resolution_y = bpy.context.scene.render.resolution_y
return resolution_x, resolution_y
return resolution_x, resolution_y
#@camera_resolution.setter
#
@camera_resolution.setter
def camera_resolution(self, resolution_x=360, resolution_y=180):
def
set_
camera_resolution(self, resolution_x=360, resolution_y=180):
"""change the camera resolution (nb of pixels)
"""change the camera resolution (nb of pixels)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment