Search found 15 matches

by Nezumi
Mon Apr 24, 2006 4:31 pm
Forum: Irrlicht.NET
Topic: IAnimatedMesh Collision detection problem on Terain Nodes.
Replies: 5
Views: 1754

Use a physic engine, Irrlicht isn't good for that ^^
by Nezumi
Sun Apr 23, 2006 6:41 pm
Forum: Irrlicht.NET
Topic: Collision problem with Billboard
Replies: 0
Views: 1112

Collision problem with Billboard

My problem is the collision in order to detect if mouse it's over a billboard run strangly... Look: http://img75.imageshack.us/img75/5284/insmvscreenshot118ty.jpg if(e.Type == EventType.MouseInput) { bool wantTake = false; if(e.MouseInputType == MouseInputEvent.MouseMoved) //Cursor Change on over { ...
by Nezumi
Tue Apr 11, 2006 10:16 pm
Forum: Irrlicht.NET
Topic: AddLightSceneNode pb
Replies: 9
Views: 2270

je comprend pas exactement ton problème, un post en français pour le définir pour m'aider à t'aider :p
by Nezumi
Tue Apr 11, 2006 10:16 pm
Forum: Irrlicht.NET
Topic: AddLightSceneNode pb
Replies: 9
Views: 2270

je comprend pas exactement ton problème, un post en français pour le définir pour m'aider à t'aider :p
by Nezumi
Tue Apr 11, 2006 5:20 pm
Forum: Irrlicht.NET
Topic: IMeshBuffer
Replies: 13
Views: 7595

I try to convert Irrlicht Mesh to ODE TriMesh... private void createTriMesh() { int i,j,ci,cif,cv; int indexcount=0; int vertexcount=0; IMesh omesh = mesh.GetMesh(0); // count vertices and indices for(i=0;i < omesh.MeshBufferCount;i++) { IMeshBuffer mb=omesh.GetMeshBuffer(i); indexcount+=mb.IndexCou...
by Nezumi
Tue Apr 11, 2006 10:30 am
Forum: Irrlicht.NET
Topic: IMeshBuffer
Replies: 13
Views: 7595

Great !!
by Nezumi
Tue Apr 11, 2006 6:54 am
Forum: Irrlicht.NET
Topic: Detail map... doesn't work in Irrlicht.Net ?
Replies: 2
Views: 1322

Detail map... doesn't work in Irrlicht.Net ?

//Terrain ITerrainSceneNode m_terrain = m_manager.AddTerrainSceneNode(pathMedia+"/Maps/Hmap0.jpg",node,-1,new Vector3D(-20000,-1000,-20000),new Vector3D(200,20,200),new Color()); ITexture detail = m_video.GetTexture(pathMedia+"/Maps/Dmap0.jpg"); ITexture terrain = m_video.GetTex...
by Nezumi
Thu Mar 30, 2006 11:22 pm
Forum: Project Announcements
Topic: Working on a 3d Modeller in irrlicht
Replies: 22
Views: 2930

Release coming soon?
It's great !
by Nezumi
Thu Mar 30, 2006 10:50 am
Forum: Competition Time!
Topic: Challenge Ideas - advanced
Replies: 23
Views: 19150

Custom GUI Environment

A gui environment based on PNG image... Like UO Gump style
  • GUI Windows from image(leftupCorner, rightUpCorner, leftDown Corner, rightDown Corner, left, down, up, right, center)
    GUI Button from image (buttonUp,buttonDown,buttonOver)
    ...
by Nezumi
Wed Mar 29, 2006 4:00 pm
Forum: Irrlicht.NET
Topic: GUI: Left Click & Right Click on a image ?
Replies: 2
Views: 1513

GUI: Left Click & Right Click on a image ?

Image



I want to get right click and left click on a GUI Image... In order to create custum GUI windows.
Right click: Close
Left click : Move

someone can help me? thanks !! :D
by Nezumi
Mon Mar 27, 2006 12:27 am
Forum: Irrlicht.NET
Topic: 3rd Person Camera - C#
Replies: 0
Views: 1275

3rd Person Camera - C#

using System; using Irrlicht; using Irrlicht.Core; using Irrlicht.Video; using Irrlicht.Scene; using ApocalypseS314; using ApocalypseS314.ApoServer; using System.Collections; namespace ApocalypseS314.Graphic { public class ApoCamera { private ISceneNode m_pTargetNode; private ICameraSceneNode m_cam...
by Nezumi
Sun Mar 26, 2006 12:33 am
Forum: Irrlicht.NET
Topic: Extract coord (vector3d) from Mesh...
Replies: 0
Views: 992

Extract coord (vector3d) from Mesh...

Miss in Irrlicht .Net ?

I need this to built au TriMesh for ODE.net
by Nezumi
Sat Mar 25, 2006 10:10 pm
Forum: Irrlicht.NET
Topic: Click'n Run System ?
Replies: 5
Views: 2014

Click'n Run System ?

Where can i find some help in order to make au Click'n Run System (like DiabloII, for au RPG).
I can't convert Mouse Position to 3D Vector....
by Nezumi
Sat Oct 01, 2005 10:12 am
Forum: Beginners Help
Topic: Problem with Draw2d
Replies: 6
Views: 332

thanks for the answer and sorry...
But i don't speak english very well and it is a little bit hard to shearch and find...
by Nezumi
Fri Sep 30, 2005 9:46 pm
Forum: Beginners Help
Topic: Problem with Draw2d
Replies: 6
Views: 332

Nobody to solve this problem?
I can't solve this... but i try !