It is currently March 29th, 2024, 5:24 am

Smooth out a rotated bar?

Get help with creating, editing & fixing problems with skins
User avatar
deXxterlab97
Posts: 93
Joined: February 5th, 2017, 4:50 am

Smooth out a rotated bar?

Post by deXxterlab97 »

After fiddling around with bars and was able to rotate it the way it suppose to I got it working
It's just doesn't look very pretty
Image
As you see the bar is bit pixelated, any fix?

I think I can kinda live up with it

Code: Select all

[Variables]
@Include=#@#Variables.inc
Angle=7
X=0
Y=0

[MeterBar]
Meter=Bar
MeasureName=MusicProgress
TransformationMatrix=(Cos(Rad(-#Angle#)));(-Sin(Rad(-#Angle#)));(Sin(Rad(-#Angle#)));(Cos(Rad(-#Angle#)));(#X#-#X#*Cos(Rad(-#Angle#))-#Y#*Sin(Rad(-#Angle#)));(#Y#+#X#*Sin(Rad(-#Angle#))-#Y#*Cos(Rad(-#Angle#)))
BarColor=255,255,255
SolidColor=255,255,255,50
H=5
W=910
BarOrientation=Horizontal
X=0
Y=50
I forgot AntiAlias ignore this post :(
deXxterlab97