realbasic-games
[Top] [All Lists]

Re: Renegades & RB2005r4

To: REALbasic Games <realbasic-games at lists dot realsoftware dot com>
Subject: Re: Renegades & RB2005r4
From: Lo Saeteurn <realbasic at miensoftware dot com>
Date: Mon, 12 Dec 2005 10:01:06 -0800
Delivered-to: realbasic-games at lists dot realsoftware dot com
References: <3BE00BFE-0B80-4147-B314-AC2846D31588 at neuropop dot com> <C30E67EB-028F-411F-AF2B-F4B725A2102F at mindspring dot com> <2E7A25EC-BD5E-4041-9FFC-921CDC87C1D4 at neuropop dot com> <9a098dae4288bf7d1b4ae9b36ffdfc6c at fireyesoftware dot com> <F536B94E-5AD7-4674-90A2-88984746A742 at miensoftware dot com> <117947DE-4266-44A3-BA6E-86895478CCEA at neuropop dot com>
That's the thing. You have to correct them all.

I used the Renegades engine and was successful at changing them all with little trouble. My only problem is how slow the engine ran on RB 2005. I hope it is not something specific to my changes--mainly a tree structure to partition the world.

Please let me know your performance as compared with RB 5.5.


On Dec 12, 2005, at 9:00 AM, Lance Massey wrote:

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>



_______________________________________________
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>