except that then breaks the line just above (still in
ParticleEffect:UpdateSprites)
for i = grp.Count-1 DownTo 0
because grp is now only an Element...
On Dec 12, 2005, at 11:37 AM, Lo Saeteurn wrote:
Yeah. You have to change the parameter to an Element3D since
group3D is no longer a subclasses of object3D.
On Dec 11, 2005, at 5:53 PM, Asher Dunn wrote:
On Dec 11, 2005, at 8:37 PM, Lance Massey wrote:
Hey,
the current place where the compiler stops is in UpdateSprites in
Particle effect. The line:
PointObjectAt grp.Item(i), cameraPos
generates an error which states "Parameters are not compatible
with this function"
When you do get an update, please let me know -- I've been using
it as the foundation for my 3D chats
Sounds like an Element3D/Object3D problem to me...
Asher
-------------------------
Asher Dunn
Head Developer, Fireye Software
http://www.fireyesoftware.com/
AIM, Yahoo, MSN: crazedglkid
_______________________________________________
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>
_______________________________________________
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>
_______________________________________________
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>
|