Search found 8 matches
- Thu Nov 09, 2006 6:21 pm
- Forum: Irrlicht.NET
- Topic: Need Help by Physik Wrapper
- Replies: 0
- Views: 1327
Need Help by Physik Wrapper
Hi, i want to use SWIG for using game-physics-enine http://www.game-physics-engine.info/ for visual basic .net. You can download the engine dll and a include file on homepage. I've written a DotNETWrapper.i with following text: %include <windows.i> %module PhysicsAndMathLibrary %{ D3DX9.h PhysicsAnd...
- Fri Dec 30, 2005 5:58 am
- Forum: Irrlicht.NET
- Topic: Smooth movement in vb.net Help me
- Replies: 2
- Views: 1666
reply
Hi,
i do not know it exaclty but i've read for a long time in a book that you should not use the time factor for movement. You should use the framerate to calculate this.
You mus calculate in this way that the player ist moving in same speed by 10 fps and by 120 fps.
Hope this helps you ?
i do not know it exaclty but i've read for a long time in a book that you should not use the time factor for movement. You should use the framerate to calculate this.
You mus calculate in this way that the player ist moving in same speed by 10 fps and by 120 fps.
Hope this helps you ?
- Thu Dec 29, 2005 8:51 am
- Forum: Irrlicht.NET
- Topic: Huge Terrain ?
- Replies: 7
- Views: 3645
Huge Terrain ?
Hi, i've made the Terrain Tutorial in VB :net and all works fine. But now i want to make a really huge terrain and how should i do this ? Should i make a field of terrain object ? ->terrain(x,y) And i don't want to load the data from a picture file, i have my data in compressed form on harddisk. Can...
- Mon Oct 31, 2005 6:41 am
- Forum: Irrlicht.NET
- Topic: VB.NET tutorials for irrlicht?
- Replies: 3
- Views: 1739
Hi,
there are no tutorials for vb .net and no Wiki.
take a look here for an engine specially for vb .net
http://www.3dlevel.com/gamedev/news.php
there are no tutorials for vb .net and no Wiki.
take a look here for an engine specially for vb .net
http://www.3dlevel.com/gamedev/news.php
- Tue Jul 19, 2005 1:30 pm
- Forum: Bug reports
- Topic: Cusom Scene note tutorial for vb.net
- Replies: 0
- Views: 256
Cusom Scene note tutorial for vb.net
Hi, i have a problen to convert the custom scene node tutorial from c++ to vb .net because the ISceneNode class (in .net) has no or a private construktor so it is not possible in vb .net to inherit this class without any constructor. sample code: Class CSampleSceneNode Inherits Scene.ISceneNode '// ...
- Tue Jul 19, 2005 12:06 pm
- Forum: Irrlicht.NET
- Topic: VB .Net 2. Tutorial "QuakeMap"
- Replies: 4
- Views: 2119
VB .Net 2. Tutorial "QuakeMap"
the second one: Imports Irrlicht Module Module1 Sub Main() ' path to irrlicht media files Dim Irrlichtpath = "C:\copy\irrlicht-0.11.0\irrlicht-0.11.0\media\" ' driver variable Dim DriverType As New Irrlicht.Video.DriverType ' opengl as default DriverType = Video.DriverType.OPENGL ' show qu...
- Tue Jul 19, 2005 12:01 pm
- Forum: Irrlicht.NET
- Topic: VB .Net 1. Tutorial
- Replies: 0
- Views: 4246
VB .Net 1. Tutorial
If anybody interrested in ? Imports Irrlicht Imports Irrlicht.Core Imports Irrlicht.Scene Imports Irrlicht.Video Imports Irrlicht.IO Imports Irrlicht.GUI Module Module1 Sub Main() ' path to irrlicht media files Dim Irrlichtpath = "C:\copy\irrlicht-0.11.0\irrlicht-0.11.0\media\" ' create an...
- Tue Jul 19, 2005 11:58 am
- Forum: Irrlicht.NET
- Topic: ODE .NET
- Replies: 0
- Views: 1315
ODE .NET
Hi,
i've found omething interresting for .Net users:
ODE.NET v0.50 Source
http://www.thejamesrainenetwork.co.uk/ode/ode.html
If anybody have experiences with this in VB.net please contact me.
i've found omething interresting for .Net users:
ODE.NET v0.50 Source
http://www.thejamesrainenetwork.co.uk/ode/ode.html
If anybody have experiences with this in VB.net please contact me.