Results 1 to 2 of 2

Thread: how can I draw black circle ????

  1. #1

    how can I draw black circle ????

    Hi...

    Iam making a shooter game by GlScene library for delphi7

    I used GlfreeForm for my map (3ds)

    my problem is :

    how can I draw black circle in the place that the bullets collision with (GlfreeForm) , or draw black circle in the place that mouse down on it ?


    thanks ...

  2. #2

    Re: how can I draw black circle ????

    Quote Originally Posted by programmer
    Hi...

    Iam making a shooter game by GlScene library for delphi7

    I used GlfreeForm for my map (3ds)

    my problem is :

    how can I draw black circle in the place that the bullets collision with (GlfreeForm) , or draw black circle in the place that mouse down on it ?


    thanks ...
    this is not trivial problem. If you using 3DS object in glfreeform.
    first, look at the GLScene Demos / to Colission folder..you'll find there
    how to find position on object when you're moving on it, then you will need
    to prepare texture on your glfreeform, using S and T mapping coordinates.
    or better way in glfreeform texture property...after this you can do
    do something like black circles when you shoot in your game

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •