Results 1 to 10 of 103

Thread: PGDmC: Vectored!

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Quote Originally Posted by code_glitch View Post
    Can SVEngine pull off the particle effects etc found in cap #2? It'd be quite nice to see something that polished - mind you, if your THAT good you might just land a job replacing Ted Carson (Red dead redemption for non-followers)

    Looking good so far though. Might try get a few dozen lines in this evening on my entry - only spent a handful of hours so far on everything. Game kernel is uncommented - you have to be in the zone to grasp it fully. Mortals....
    SvEngine can definitely do particles - you just have to have a particle texture (or sub texture part), have some particle records/classes in a list of some sort, and render them using the particle texture; not hard to do

    You could also use the BeginPrimitive / EndPrimitive routines in SvEngine that I wrote to draw OpenGL style points, lines, polygons as you can use textures with those which could make for some awesome particles!

    With the primitive routines you can also use texture coordinates too to control where in a texture you are getting the 'picture' from just like in OpenGL

    cheers,
    Paul
    Last edited by paul_nicholls; 28-06-2011 at 11:33 PM.

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
  •