Results 1 to 4 of 4

Thread: Cool stuff?

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Aug 2002
    Posts
    16

    Cool stuff?

    Is anyone on this board doing cool stuff like massive 3D rendering or 2D with lots of special effects (not this DDraw stuff!)??

    I'm working on an q3 bsp loader since some weeks

  2. #2
    Junior Member
    Join Date
    Aug 2002
    Location
    Phoenix
    Posts
    30
    Well its nothing "Massive" but I've been writing a particle engine (inspired by jotafs cool tutorials). I plan to release the module with several particle "filters" ie, particle effects. With implimentation as simple as:

    controller.x = 250
    controller.y = 250
    dim someParticleArray( 500 ) as tParticle
    call setParticles(someParticleArray, 0)

    loop 'some looping function or Timer controll
    call fireFilter( someParticleArray, controller )
    call drawParticles( someParticleArray, DestHDC )
    end loop

    which would place a FIRE particle effect at 250,250 (500 particles).

    I've got 3 particle effects moving automaticly useing 3 filters at 1000 particles each, with 30 fps.

    http://amithran.hybd.net/devjournal/pengine.zip
    'I used jotafs background becuase is super cool.
    I'm in college now.

  3. #3
    Fanatic Member Mushroom Realm's Avatar
    Join Date
    Mar 2002
    Location
    Murrieta, California
    Posts
    650
    check out jotaf98's article on particle systems. That has a few special effects and it teaches u how to make ur own.

  4. #4
    Junior Member
    Join Date
    Aug 2002
    Location
    Phoenix
    Posts
    30
    Originally posted by Amithran
    ...(inspired by jotafs cool tutorials)....
    'I used jotafs background becuase is super cool.

    .
    I'm in college now.

Posting Permissions

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



Click Here to Expand Forum to Full Width