Game Development Community

Dennis Saarela's Forum Posts

Thread Post Date Posted
onMouseDragged and onRightMouseDragged not working in T3D? A year to late; but I solved this with a flag in Canvas. Make sure your playGui.gui got the noCur... read more 10/19/2011 (11:17 am)
Detail/Damage texture on models I have now commited the resource: [url]http://www.garagegames.com/index.php?sec=mg&mod=resource&pag... read more 06/10/2005 (6:29 am)
Cameras and Control Objects Confusion Try make your function like this: [code] function GameConnection::onClientEnterGame(%this) { ... read more 06/07/2005 (5:13 am)
Collision meshes in Torque We have multiple collison meshes, but it seems only the first one is use for collison agaisnt the te... read more 06/07/2005 (5:02 am)
Detail/Damage texture on models The resource above doesn't work real time, I also have that lag :( That's why I continued to write ... read more 06/03/2005 (8:10 am)
Detail/Damage texture on models Have just finished this off and it works fine! Now I can blend a texture over the model. My graphic... read more 06/01/2005 (1:12 am)
Detail/Damage texture on models Looks like a nice resource. Got to try that out. Only thing is how it will be in "real-time", becau... read more 05/31/2005 (7:36 am)
Turret question I solved this problem by using a ShapeBaseImage mounted instead, but that it is controlled by the tu... read more 05/25/2005 (7:41 am)
Turret question I have the same problem with choppy turrets, but I can't use your approach because I have multiple t... read more 05/24/2005 (4:32 am)
Connection to dedicated server crash Here comes the code we used to list the classes: [code] ConsoleMethod( GameConnection, listClassID... read more 05/18/2005 (8:09 am)
Looping sound for wepaons Thanks Billy! That worked just fine!... read more 03/20/2005 (10:00 am)
Letting a StaticShapeData object exploding But now I got it working. I used another approach; I went into the source and wrote a derived class... read more 03/01/2005 (12:59 pm)
Letting a StaticShapeData object exploding Ok. How exactly do you do that? I tried something like this: In my blow up: [code] // Tel... read more 03/01/2005 (10:41 am)
Letting a StaticShapeData object exploding I tried this and all seems to work on the client playing on the server, but on the other clients I g... read more 03/01/2005 (6:17 am)
Large model walks through walls... I tried the $Collision:: things. But it seems like the information I get is for the camera? Because ... read more 02/17/2005 (6:53 am)
Large model walks through walls... Thnaks for the replies. I'm not using the player style physics. The boundingbox and collision meshe... read more 02/11/2005 (1:35 am)
Imaginary object impacts when using impulse Another bump. I having the same problem. Any one have a clue/solution? I tweaked some value in t... read more 08/09/2004 (1:35 pm)
Roll for Flying Vehicles Try this: steeringRollForce = 0; in the vehicle datablock.... read more 07/12/2004 (8:40 am)
Water problem Ok. But I'm sorry to inform that this didn't work :( It seems to have something to do with visibleD... read more 06/22/2004 (12:06 am)
Idle animation "twitches" when viewed externally We have the same problem, and we use Maya 5 with Maya 5 DTS exporter. As stated before, really wi... read more 06/21/2004 (11:56 pm)
CastRay and radar/sonar Ah! Ok thanks, I'll try that!... read more 06/14/2004 (9:07 am)
Animation control Bump... Really need a solution to this.... read more 06/11/2004 (7:20 am)
Can't Delete Turrets Is there anyone who has solved the crash problem yet? Because I suffer from the same problem.... read more 06/10/2004 (4:47 am)
Animation control Ok. Does any of these update them ? mShapeInstance->advanceTime(dt); mShapeInstance->animate(); ... read more 06/08/2004 (6:35 am)
My dolphin is crashing James, According to my 3d modeler says that all meshes is linked to a node, (he's sure about it) ... read more 06/01/2004 (7:30 am)
My dolphin is crashing I digged a bit deeper and found this in tsShapeInstance.h (around line 726): [code] inline MatrixF... read more 05/26/2004 (6:15 am)
My dolphin is crashing Hi! I'm the programmer at the above project. The new HEAD fixed the collison problem, but when we t... read more 05/19/2004 (5:41 am)