Issue 62454 - Customize Projector Angle
Summary: Customize Projector Angle
Status: CONFIRMED
Alias: None
Product: Impress
Classification: Application
Component: viewing (show other issues)
Version: OOo 2.0
Hardware: All All
: P3 Trivial (vote)
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords: oooqa
Depends on:
Blocks:
 
Reported: 2006-02-23 00:39 UTC by daveholland
Modified: 2013-02-07 22:41 UTC (History)
3 users (show)

See Also:
Issue Type: FEATURE
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description daveholland 2006-02-23 00:39:23 UTC
Currently, there exists no feature in Impress that allows users to project a 
presentation onto a screen or wall from an arbitrary angle.  Some projectors 
have software that accomplishes this built-in, albeit at a price tag of 
thousands of dollars.  The idea would be to provide a menu item that lets the 
user specify two angles and a distance from the center of projection.  The 
software then runs some elementary linear algebra and skews the image so that 
when it is projected, the slide show fills the screen with no distortion.

This would probably involve modification of the vtk, in addition to the Impress 
application itself.
Comment 1 lars 2006-02-23 18:16:36 UTC
according to http://qa.openoffice.org/issue_handling/workflowcharts/
RFE_issues_by_QA.sxd I reassign this issue to requirements and set the status 
to New
Comment 2 thb 2006-02-23 18:26:40 UTC
@daveholland: quite nice idea - that wouldn't even be too complicated to
implement (only the way to present an UI for this would be, I guess). As long as
we limit ourselves to affine transformations (strictly correct would be
perspective), this is almost for free when using the canvas for rendering.