Search found 17 matches

by ShadowDust
Tue Mar 20, 2007 4:56 am
Forum: Irrlicht.NET
Topic: GetCollisionPoint isn't known in vs2005
Replies: 1
Views: 1344

You will find that Irrlicht.Net is not yet completed, and is missing some functionality, I suggest using Irrlicht.Net CP.

http://irrlichtnetcp.sourceforge.net/in ... /Main_Page
by ShadowDust
Sun Mar 18, 2007 9:26 pm
Forum: Irrlicht.NET
Topic: ODE, Newton Example?
Replies: 3
Views: 1827

unfortunatly while making the ODE example I found a few.. unfortunate problems.... I'll have to use Newton... It took me a while to get around that annoying quaternion rotation too... my problem was: when an object hit another object, it started defying gravity. another was: trying to get a proper w...
by ShadowDust
Tue Mar 13, 2007 2:53 am
Forum: Irrlicht.NET
Topic: ODE, Newton Example?
Replies: 3
Views: 1827

I'll start work on one when I get home (for ODE)
by ShadowDust
Tue Mar 13, 2007 2:51 am
Forum: Irrlicht.NET
Topic: Is Irrlicht.NET for me?
Replies: 3
Views: 2149

JDHunter wrote:Hey, if you favorite language is same as mine :wink: (C#)
Show up at this http://irrlichtnetcp.sourceforge.net
i hope it is helpfull.

I'm not sure about lack in the Irrlicht.NET too.
^ yep IrrlichtCP is much less lacking in features
by ShadowDust
Tue Mar 13, 2007 2:49 am
Forum: Irrlicht.NET
Topic: fast getHeight?
Replies: 2
Views: 1414

done it!


I made a new thread and put it all on there :)
I now have a fast foliage system....
by ShadowDust
Mon Mar 12, 2007 1:36 am
Forum: Irrlicht.NET
Topic: Integrate a physic engine with VB.NET
Replies: 3
Views: 1604

not yet, as I'm still new myself... Sorry.
plus I'm using ODE
by ShadowDust
Mon Mar 12, 2007 1:25 am
Forum: Irrlicht.NET
Topic: fast getHeight?
Replies: 2
Views: 1414

fast getHeight?

hi, I need Heightmap.getHeight to work faster, any1 got any ideas for a work around or optimzation, I want to do this 1000+ times a cycle, I'm getting just below 10 FPS.

P.S I'm using Irrlicht.Net.CP

thx :)
by ShadowDust
Thu Mar 08, 2007 3:46 am
Forum: Irrlicht.NET
Topic: Integrate a physic engine with VB.NET
Replies: 3
Views: 1604

well, I've gotten all the way there except for terrains, and rotation :(

havn't even tried joints yet....

but either start with a Newton or ODE wrapper for .Net, I found ODE one's easier to find, they usually come with a sample or two, not very helpful one's... but the helps is ok, I guess...
by ShadowDust
Thu Mar 08, 2007 3:40 am
Forum: Off-topic
Topic: Linux IDE's suck!!
Replies: 56
Views: 4771

I like Linux, mainly because I hate Windows & Mac OS lol... but I can't use Linux for the simple reasons: 1: I can't get my freaking GeForce 7300 working on it (hardware accel) 2: Visual Studio only seems to work in windows :( so I'm stuck with windows at least until one of the linux variations ...
by ShadowDust
Thu Mar 08, 2007 3:34 am
Forum: Beginners Help
Topic: Quaternion to Vector3D
Replies: 2
Views: 249

yes, this would be nice, but I'm using Irrlicht.Net, Sorry if i forgot to tell you... perhaps i posted in the wrong forum?
by ShadowDust
Thu Mar 08, 2007 3:23 am
Forum: Irrlicht.NET
Topic: Weird problems with Irrlicht .NET CP
Replies: 4
Views: 1703

IrrlichtNETCP actually solved a few of my problems, I think it is actually better then the official
by ShadowDust
Thu Mar 08, 2007 3:18 am
Forum: Irrlicht.NET
Topic: Issue with precompiled DLL.
Replies: 1
Views: 1265

I'm not sure as i can not test this until i get home, stupid university doesn't have Visual Studio on the library computers :( but try this: http://sourceforge.net/project/downloading.php?group_id=176021&use_mirror=optusnet&filename=IrrNetCP_SDK_0.7.zip&44204123 I will try it when I get ...
by ShadowDust
Thu Mar 08, 2007 3:13 am
Forum: Irrlicht.NET
Topic: recompiling the source .Net 2005
Replies: 3
Views: 1645

oops, sorry i didn't realise your problem was the same..
by ShadowDust
Thu Mar 08, 2007 3:08 am
Forum: Irrlicht.NET
Topic: Weird problems with Irrlicht .NET CP
Replies: 4
Views: 1703

hmmm, I've never actually heard of IrrlichtNETCP... I searched google, and it seems to be another variation, and the one you have at home is the official one, did you download the one at school and the one at home seperately? http://irrlichtnetcp.sourceforge.net/index.php/Main_Page good luck ;) EDIT...
by ShadowDust
Tue Mar 06, 2007 8:49 pm
Forum: Irrlicht.NET
Topic: recompiling the source .Net 2005
Replies: 3
Views: 1645

recompiling the source .Net 2005

i get the following errors when trying to recompile the source. After Visual Studio automatically converts it to 8.0, then try to recompile it:

Error error C2337: 'Out' : attribute not found

it says that 193 times :/

can any1 give me a working source?