images not distorted in spheric-mirror mode

Bug #1558148 reported by Pawel Rudawy
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Stellarium
Opinion
Wishlist
Unassigned

Bug Description

I'm using Stellarium in spheric-mirror mode. It works fine.

However, the images created from a file and displayed with "ScreenImageMgr.createScreenImage" function are not distorted, so the resulting compound image seen on the screen (and also projected via a mirror) looks strange.

My code is as follows:

core.setSphericMirror(true);
projmod="Stereographic";
core.setProjectionMode(projmod);
core.setGuiVisible(true);
screenx=core.getScreenWidth();
screeny=core.getScreenHeight();
core.clear("natural");
szerilustr=966;
skala=0.8;
xpos=(screenx/2)-(szerilustr*skala/2);
ypos=(screeny/2);
ScreenImageMgr.createScreenImage("aaa","../pics/aaa.png",xpos,ypos,skala,true,1.0,0.03);
core.wait(100.0);
core.exit();

Tags: scripting
Revision history for this message
Pawel Rudawy (rudawy) wrote :
tags: added: scripting
Changed in stellarium:
importance: Undecided → Medium
milestone: none → 0.15.0
Changed in stellarium:
status: New → Confirmed
Revision history for this message
Pawel Rudawy (rudawy) wrote :

Perhaps it will be useful to add that I'm using Stellarium 0.14.74.0
Sorry for omitting this important information.
All the best
Pawel

Revision history for this message
gzotti (georg-zotti) wrote :

A Screen Image is just that: flat, and simple to use for likely 96-99% of users. You must use some SkyImage for images to be shown on your planetarium dome.

Changed in stellarium:
status: Confirmed → Opinion
importance: Medium → Wishlist
milestone: 0.15.0 → none
Revision history for this message
Pawel Rudawy (rudawy) wrote : Re: [Bug 1558148] Re: images not distorted in spheric-mirror mode

Thank you very much for your kind reply.
Unfortunately, I'm between 1-2% of more troublemaking users :)
All the best
Pawel

W dniu 2016-03-16 o 22:38, gzotti pisze:
> A Screen Image is just that: flat, and simple to use for likely 96-99%
> of users. You must use some SkyImage for images to be shown on your
> planetarium dome.
>
> ** Changed in: stellarium
> Status: Confirmed => Opinion
>
> ** Changed in: stellarium
> Importance: Medium => Wishlist
>
> ** Changed in: stellarium
> Milestone: 0.15.0 => None
>

Revision history for this message
Alexander Wolf (alexwolf) wrote :
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Related questions

Remote bug watches

Bug watches keep track of this bug in other bug trackers.