Kitutz / rainmeter

Automatically exported from code.google.com/p/rainmeter
0 stars 0 forks source link

Multiple Graphic capabilities #53

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Please bare with me on this description and I do hope it will make sense.

We currently have control over X, Y, W, H
The meters by nature also travel from right to left.
There is also the flip option.
With the use of graphics we can do just about any kind of meter.

But for the "Raw" meter we are limited.

Can the option to to rotate a meter on the horizontal axis be added?
rotation of meter by degrees (0-360) or (0-180 with flip)

 Rotatemeter=45

Also an option to choose the direction that the meter will run in:
Up, Down, Left, Right

Now for the possibly impossible Request
A perspective rotation on the X axis

essentially it would allow a raw meter to look like it is coming from the
back to the front (a distance)a 3D perspective

I Will try and get some simulated graphics for this request in the next few
days

Thanks folks

Original issue reported on code.google.com by evmckay on 3 May 2009 at 8:13

GoogleCodeExporter commented 8 years ago
The new TransformationMatrix in r103 makes 2D transformations possible. 
Unfortunately
Gdi+ doesn't support 3D transformations so perspective transformations cannot 
be done. 

Original comment by kimmo.pekkola on 28 Jul 2009 at 7:40