any examples??

Blitz3D Forums/Blitz3D Beginners Area/any examples??

Ked(Posted 2007) [#1]
I was wondering how to do 2d in 3d soI can have the alpha sprites and stuff. Does anyone have any examples? I would like to try nSprite but its not released anymore and nSprite 2 demo is missing files. Thanks.


big10p(Posted 2007) [#2]
Try Sprite Candy.


Ked(Posted 2007) [#3]
But you can't try Sprite Candy before you buy and I'm not sure if I really want to buy something. So lets keep it freeware for now. Sprite Candy did look good though.


Tranz(Posted 2007) [#4]
Excellent set of 2d in 3d functions here:

http://homepage.ntlworld.com/config/spritecontrol/spritecontrol.htm

"of 26 commands and functions for manipulating 3d quad sprites just like you would with 2D images"

Well documented, the demo I tried came with many examples and it's free.


Zethrax(Posted 2007) [#5]
Also, check out this code archive entry by Skidracer:-
http://www.blitzbasic.com/codearcs/codearcs.php?code=773


Ked(Posted 2007) [#6]
But you still can't blend every pixel into the background.
EXAMPLE:

What I want it to do:


What Its doing:



ingenium(Posted 2007) [#7]
save the image as a .png
then:
global sprite=loadsprite("image.png")

;)


Ked(Posted 2007) [#8]
I'm a complete idiot.


Me=idiot


idiot=me


idiot.


ingenium(Posted 2007) [#9]
;)


Ked(Posted 2007) [#10]
By the way, thanks to everyone for their suggestions!