Modify

Opened 3 years ago

Last modified 14 months ago

#22701 new enhancement

360 image viewer : Reset Yaw/Pitch to 0

Reported by: StephaneP Owned by: team
Priority: normal Milestone:
Component: Core image mapping Version:
Keywords: 360° Cc: taylor.smock

Description

Hi!

Sometimes, image bearing is wrong. It's difficult to edit it on 360 images as there is no easy way to move the view to the original bearing.

My feature request is: Add a button and/or a shorcut to reset the viewer to the original Yaw/Pitch values.

Attachments (0)

Change History (3)

comment:1 by skyper, 19 months ago

Keywords: 360° added

comment:2 by StephaneP, 14 months ago

@taylor.smock

I was trying to add this reset rotation feature when I saw your comment in CameraPlane.java:

public synchronized void setRotation(double azimuthalAngle, double polarAngle) {
        // Note: Something, somewhere, is switching the two.
        // FIXME: Figure out what is switching them and why
        // Prevent us from going much outside 2pi

And I've noticed that azimuthalAngle and polarAngle are switched on line 189:

public synchronized void setRotation(Vector3D vec) {
        setRotation(vec.getPolarAngle(), vec.getAzimuthalAngle());

If it helps...

comment:3 by StephaneP, 14 months ago

Cc: taylor.smock added

Modify Ticket

Change Properties
Set your email in Preferences
Action
as new The owner will remain team.
as The resolution will be set. Next status will be 'closed'.
to The owner will be changed from team to the specified user.
Next status will be 'needinfo'. The owner will be changed from team to StephaneP.
as duplicate The resolution will be set to duplicate. Next status will be 'closed'. The specified ticket will be cross-referenced with this ticket.
The owner will be changed from team to anonymous. Next status will be 'assigned'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.