Skip to content
Forum Archive

Superscope Line Problem

9 posts

thePompano#

Superscope Line Problem

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..
Raz#
Originally posted by unripeLemon
x=i/yournumber-poistion
Simple as that
no *thwack* fucking *thwack* needless *thwack* divisions 😉
unripeLemon#
look, beginners don't know how to not use divisions, there fore they learn later on, it doesn't affect fps that much anyway.
Tuggummi#
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.