Search found 8 matches

by rs199483
Tue Jan 09, 2007 1:34 am
Forum: Project Announcements
Topic: Tiled terrain scene node
Replies: 60
Views: 23672

Irrlicht 1.2

Has anyone had any troubles compiling and/or running this with 1.2? I get a compile error: c:\GameDevelopment\irrlicht-1.2\include\vector2d.h(58): error C2668: 'sqrt' : ambiguous call to overloaded function Also when I run the .EXE demo it starts up and loads and then crashes before it displays the ...
by rs199483
Sun Jan 07, 2007 11:54 pm
Forum: Project Announcements
Topic: Where's Di Jabolo?
Replies: 4
Views: 1217

Where's Di Jabolo?

Anyone have the source for this? The link to download the source doesn't appear to work (or I can't read it?)

Thx
by rs199483
Fri Jan 05, 2007 3:29 pm
Forum: Beginners Help
Topic: Meshviewer Example
Replies: 5
Views: 438

Thanks metalailz, that worked. Now if I can just get someone to answer my other question about modifying the terrainrender example so I can click on the terrain and have the camera slowly move/pan to that spot.
:-)
by rs199483
Fri Jan 05, 2007 2:31 am
Forum: Code Snippets
Topic: Smooth mixed 1st + 3rd Person Camera Scene Node (for RPG)
Replies: 158
Views: 58139

Hi, great camera work!! I am a complete noob at this so forgive me but how difficult would it be to add this type of functionality: Left click somewhere and have the camera automatically move to that spot, sort of like neverwinter nights or diablo type game? Thx
by rs199483
Fri Jan 05, 2007 1:39 am
Forum: Beginners Help
Topic: Meshviewer Example
Replies: 5
Views: 438

ok, I installed the latest nvidia drivers and the jitteryness is gone but there is still one small problem. Around the dwarf is like a bounding box drawn in white. Also on the ends of his fingers and hair are these white crisscrossed lines as well. Any ideas?
by rs199483
Thu Jan 04, 2007 10:29 pm
Forum: Beginners Help
Topic: Meshviewer Example
Replies: 5
Views: 438

Irrlicht 1.2

And it doesn't matter which driver i use, same result.
by rs199483
Thu Jan 04, 2007 10:13 pm
Forum: Beginners Help
Topic: Meshviewer Example
Replies: 5
Views: 438

Meshviewer Example

When I run the Meshviewer example the little dwarf guy's animation is all jittery(like it's going too fast or something). Am I the only one?

Help plz
by rs199483
Thu Jan 04, 2007 9:14 pm
Forum: Beginners Help
Topic: Help with Modifying TerrainRendering Example
Replies: 0
Views: 154

Help with Modifying TerrainRendering Example

Hi,

I would like to be able to click on the terrain with a left mouse click and have the camera slowly/smoothly move to that position. I know how to capture the left click event just need to know how to do this with possibly using createFlyStraightAnimator().

Thx