I did a search for this pretty easy subject however I didn't find it anywhere.
I'm having a problem limiting the x-axis on a normal line in superscope. It comes standard to about .4 units or whatever, I'm trying to make it go shorter. Any ideas? thanks in advance..
Superscope Line Problem
9 posts
Could you show us the code?
x=i/yournumber-poistion
Simple as that
Simple as that
Originally posted by unripeLemonno *thwack* fucking *thwack* needless *thwack* divisions 😉
x=i/yournumber-poistion
Simple as that
look, beginners don't know how to not use divisions, there fore they learn later on, it doesn't affect fps that much anyway.
it's a simple concept that has nothing to do with avs experience
n*0.5 = n/2
n*0.5 = n/2
x=i*size (ranging from 0 to 2)
x=i+position (ranging from -1 to +1)
Want your line centered? Try this:
x=(i-0.5)*size
Remember "i" has the default value/lenght of 1.
x=i+position (ranging from -1 to +1)
Want your line centered? Try this:
x=(i-0.5)*size
Remember "i" has the default value/lenght of 1.
good one Tug!
Thank you! Very much!