Search found 1 match

by cdbarrett
Thu Nov 17, 2005 9:40 pm
Forum: FAQs, Tutorials, Howtos, and external tool lists
Topic: Beam scenenode
Replies: 34
Views: 22568

Beam scenenode

I got bored today and created this. Draws 2 quads from point a to point b in a cross pattern. http://i33.photobucket.com/albums/d62/CDBarrett_GMod/laserbeam.jpg The node // Just a simple wrapper :D struct IrrQuad { video::S3DVertex verts[4]; }; class CBeamNode : public scene::ISceneNode { private: /...