GLBasic forum

Main forum => GLBasic - en => Topic started by: mikiex on 2006-May-18

Title: wireframe
Post by: mikiex on 2006-May-18
Im just messing with 3d on pocket pc and it seems to suffer from fillrate limitations.
I wondered if it would be possible to add wireframe mode?
Title: wireframe
Post by: Kitty Hello on 2006-May-18
Very nice idea. How would you see it implemented?
X_SPOT_LT -3, 0,0,0 ,0,0,0, 1
or
X_SETTEXUTUTE -2,-1
or a new command?
Any other idea?
Title: wireframe
Post by: mikiex on 2006-May-18
Im not sure, x_settexture maybe
Title: wireframe
Post by: rocko on 2006-May-19
How about Wireframe=1 for on and 0 for off? The simpler the better :)
Title: wireframe
Post by: Kitty Hello on 2006-May-19
would be a new command then...
Title: wireframe
Post by: mikiex on 2006-May-19
hmm i suppose you might want to also set the wire colour, although you could just do this by changing the object colour. Would it be possible to change the vertex colour of objects.
You could change the entire object, or if you wanted to be more funky and flexible change them on a per vertex basis ?