Search found 15 matches
- Mon Apr 24, 2006 4:31 pm
- Forum: Irrlicht.NET
- Topic: IAnimatedMesh Collision detection problem on Terain Nodes.
- Replies: 5
- Views: 2059
- Sun Apr 23, 2006 6:41 pm
- Forum: Irrlicht.NET
- Topic: Collision problem with Billboard
- Replies: 0
- Views: 1246
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 ...
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 ...
- Tue Apr 11, 2006 10:16 pm
- Forum: Irrlicht.NET
- Topic: AddLightSceneNode pb
- Replies: 9
- Views: 2686
- Tue Apr 11, 2006 10:16 pm
- Forum: Irrlicht.NET
- Topic: AddLightSceneNode pb
- Replies: 9
- Views: 2686
- Tue Apr 11, 2006 5:20 pm
- Forum: Irrlicht.NET
- Topic: IMeshBuffer
- Replies: 13
- Views: 8559
- Tue Apr 11, 2006 10:30 am
- Forum: Irrlicht.NET
- Topic: IMeshBuffer
- Replies: 13
- Views: 8559
- Tue Apr 11, 2006 6:54 am
- Forum: Irrlicht.NET
- Topic: Detail map... doesn't work in Irrlicht.Net ?
- Replies: 2
- Views: 1522
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.GetTexture(pathMedia ...
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.GetTexture(pathMedia ...
- Thu Mar 30, 2006 11:22 pm
- Forum: Project Announcements
- Topic: Working on a 3d Modeller in irrlicht
- Replies: 22
- Views: 4077
- Thu Mar 30, 2006 10:50 am
- Forum: Competition Time!
- Topic: Challenge Ideas - advanced
- Replies: 23
- Views: 21493
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)
...
- Wed Mar 29, 2006 4:00 pm
- Forum: Irrlicht.NET
- Topic: GUI: Left Click & Right Click on a image ?
- Replies: 2
- Views: 1685
GUI: Left Click & Right Click on a 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 !!
- Mon Mar 27, 2006 12:27 am
- Forum: Irrlicht.NET
- Topic: 3rd Person Camera - C#
- Replies: 0
- Views: 1447
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 ...
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 ...
- Sun Mar 26, 2006 12:33 am
- Forum: Irrlicht.NET
- Topic: Extract coord (vector3d) from Mesh...
- Replies: 0
- Views: 1136
Extract coord (vector3d) from Mesh...
Miss in Irrlicht .Net ?
I need this to built au TriMesh for ODE.net
I need this to built au TriMesh for ODE.net
- Sat Mar 25, 2006 10:10 pm
- Forum: Irrlicht.NET
- Topic: Click'n Run System ?
- Replies: 5
- Views: 2307
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....
I can't convert Mouse Position to 3D Vector....
- Sat Oct 01, 2005 10:12 am
- Forum: Beginners Help
- Topic: Problem with Draw2d
- Replies: 6
- Views: 611
- Fri Sep 30, 2005 9:46 pm
- Forum: Beginners Help
- Topic: Problem with Draw2d
- Replies: 6
- Views: 611