realbasic-games
[Top] [All Lists]

Re: trimesh particles demo, version 2

To: realbasic-games at lists dot realsoftware dot com
Subject: Re: trimesh particles demo, version 2
From: "Lars Jensen" <larsjensen at gmail dot com>
Date: Thu, 5 Oct 2006 01:09:56 -0700
Delivered-to: listarchive at realsoftware dot com
Delivered-to: realbasic-games at lists dot realsoftware dot com
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=fC/wrUx8dQV4thfoDg/iobc5LCEYua27AONCqy46hx/y3+zr7JXXmDPGsYRUqkG5bYriSdBMjEUpnEt3R/0ddfJGEum839S6EUN3U+Wk14qVgNzvw1RpWlBnTd9PrPlum406kp5i8MNgavbGN3IOgtBlhsX++nJMDRTapvj8nog=
References: <33cbfa100610050105q11175470g2522858537a53c3c at mail dot gmail dot com>
PS - You get a neat laser pulse effect if you change this:

 Direction.Append New Vector3D(Rnd-0.5, Rnd-0.5, Rnd-0.5)

to this:

 Direction.Append New Vector3D(1,1,1)

in the TrimeshParticles constructors, run it, and hit A a few times.

lj
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>


<Prev in Thread] Current Thread [Next in Thread>