Great introduction video... Would like to say to people who are interested in making a 3D engine that this is a billboard style system, it's great if that's what you need, and a perfect introduction. When I got to this point I didn't know what the next logical step was to move towards something more like Papervision. I would teel those people to go and learn about vectors, once you've done that, learn about matrices. I posted the result on my channel, i'm handling 20,000 verts in my vid :)
where is the result man... come on...
txlec99 10 months ago
Great introduction video... Would like to say to people who are interested in making a 3D engine that this is a billboard style system, it's great if that's what you need, and a perfect introduction. When I got to this point I didn't know what the next logical step was to move towards something more like Papervision. I would teel those people to go and learn about vectors, once you've done that, learn about matrices. I posted the result on my channel, i'm handling 20,000 verts in my vid :)
gpaluk 1 year ago
You could do the same thing with the ball by changing it's height and width.
XPr0j3ct 1 year ago
you have "Jesus" in ure tags xD
Discipol 2 years ago 2
thanks for the replay ......
varunkumarrao1 3 years ago
if you can use mySprite.graphics.beginfill().
You should be able to use mySprite.graphics.lineStyle()
You can use beginFill(), drawCircle() and endFill() without lineStyle(), you just wont have an outline.
browndog1978 3 years ago
i found that there is no lineStyle function to select a line in the code.i found beginfill() and drawCircle() and endFill() functions only.
my question is can we draw with out choosing our lineStyle function ?
according to my knowledge its not possible .
plz guide me through this prob.
thanks in advance.
varunkumarrao1 3 years ago
This is awesome, thanks.
psychonautx26s 3 years ago