Gmnewton 2.0
#21
Posted 22 June 2008 - 12:47 PM
@Hepolite Thanks! You are correct that there are still unimplemented features. I also noticed the origin problem, and that should be fixed in the next release. I am not sure that newton game dynamics supports collision by directly setting the position or rotation. I will look into alternative methods to do this.
Thanks for the positive support!
-hanson
#22
Posted 25 June 2008 - 11:51 PM
m using blender
#23
Posted 01 July 2008 - 10:38 AM
---------------------------
gm_newton.exe - Entry Point Not Found
---------------------------
The procedure entry point NewtonMaterialSetContinuousCollisionMode could not be located in the dynamic link library Newton.dll.
---------------------------
OK
---------------------------
Newton.dll is in the same folder as the example.
#24
Posted 01 July 2008 - 02:04 PM
@freaked: Does this occur when you start the example?
-hanson
#25
Posted 02 July 2008 - 09:24 AM
BTW, It works only if I compile the example and then run it from the dll folder.
#26
Posted 07 July 2008 - 09:56 PM
Save the project before running it. It's a GM7 bug. You open a gm6 project that uses a DLL and clicked run without saving to GM7... Somehow/sometimes the dll fails to load or be found if you omit to save to a gmk. It's not a bullet prob. I get the same prob with some, including mine, examples I converted to gm6 and test in gm7.
-hanson
#27
Posted 07 August 2008 - 05:17 AM
#28
Posted 12 August 2008 - 01:26 PM
I actually have gotten nothing done. I have been giving another project precedence over this, and have also been distracted by other aspects of life (no, I don't just sit at my computer 24/7
I might eventually make this open source if anyone is interested in helping out. It is coded in C++. I am just a beginner in C++, so the current code may not be particularly easy to read though. Would anyone be interested in contributing to this dll?
Thanks,
-hanson
#29
Posted 15 August 2008 - 06:26 PM
Me, i would love to contribuite! I have DEVC++ and the Visual C++ 2008 express, i like coding, and physics, and i really need something like that, ive played real long time with it... loved, and now i need the joints working, i don't think that would be too much code... o.ONo,
I actually have gotten nothing done. I have been giving another project precedence over this, and have also been distracted by other aspects of life (no, I don't just sit at my computer 24/7) Sorry.
I might eventually make this open source if anyone is interested in helping out. It is coded in C++. I am just a beginner in C++, so the current code may not be particularly easy to read though. Would anyone be interested in contributing to this dll?
Thanks,
-hanson
p.s: Speed limit please or by line collision, cuz' if you go too fast, you get out of the screen with dah ball.
Edited by KaguyaKiller, 15 August 2008 - 06:34 PM.
#30
Posted 16 August 2008 - 01:39 AM
Thanks for your interest! I'm out of town visiting my grandparents so can't distribute any source at the moment, but can get in toutch with you when I get back.
-hanosn
#31
Posted 13 September 2008 - 02:46 PM
now i just gotta understand how its working thougt
Keep up the good work
#32
Posted 13 September 2008 - 10:18 PM
#33
Posted 14 September 2008 - 03:10 AM
-hanson
#34
Posted 18 September 2008 - 01:05 AM
#35
Posted 21 September 2008 - 07:57 PM
I'm definately using this in my current project!
#36
Posted 09 October 2008 - 05:15 PM
@Phantom107: Thanks! I hope it works well for your game.
Everybody please be sure to check out the demo Phantom107 made! It is available through the topic post, or you can get it here: screenshot download(1.6mb)
Thanks!
-hanson
#37
Posted 11 October 2008 - 06:52 PM
Lol, a DLL for a DLL for and example!
#38
Posted 12 October 2008 - 08:40 AM
your collision handler, to trigger the events, it should be
with(obj1)
{
with(obj2){
event_perform(ev_collision,other.object_index);
with(obj1){
event_perform(ev_collision,other.object_index);
}
}
}
Sneaky... That way other, in the collision event, will be the colliding instance and not your collision handler id.
#39
Posted 12 October 2008 - 04:45 PM
#40
Posted 13 October 2008 - 12:34 PM
Thanks! I'll look forward to seeing the example when you finish!This is totally sexy. I'm creating an Ultimate3d example for this DLL.
Lol, a DLL for a DLL for and example!
aah. Sneaky indeed! I will be sure to add that in the next update. Thanks!I played withthe engine a few months back... Keep at it.
your collision handler, to trigger the events, it should be
with(obj1)
{
with(obj2){
event_perform(ev_collision,other.object_index);
with(obj1){
event_perform(ev_collision,other.object_index);
}
}
}
Sneaky... That way other, in the collision event, will be the colliding instance and not your collision handler id.
I could try... Maybe someone with knowhow could help me out? I can probably modify someones model importer to work if I can find one and get permission.Hmm, you know what would be good for us lazies? A 3ds file importer. Maybe an .X importer as well. Lol, nvm.
-hanson
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users









