Imports Framework
Imports Framework.Irrlicht
Public Class mBox
Inherits Framework.Entity
Private m_node As SceneNode=Nothing
Public Sub New (ByVal mgame AsGame)
MyBase.New(mgame)
Dim texture As Texture=Game.VideoDriver.GetTexture("box.jpg")
m_node = mgame.IrrlichtDevice.SceneManager.AddCubeSceneNode(19,Nothing,-1)
m_node.SetMaterialFlag(MaterialFlag.Lighting,False)
m_node.SetMaterialTexture(0, texture)
m_node.Position = New Vector3D(10,-10,70)
End Sub
End Class 
Entities.Add(New mBox(Me))SceneManager.AddCameraSceneNodeFPS(Nothing,300,300,False) هيا جرب وتحرك بالكاميره بالأسهم
Imports Framework
Imports Framework.IrrlichtMyBase.New(dtype,NewDimension2D(640,480),32,False,False,False,False) بهذا السطرMyBase.New(Irrlicht.DriverType.Direct3D9, New Irrlicht.Dimension2D(800, 600), 32, False, False, False, False) Private Function OnEvent(ByVal ev As [Event]) As Boolean
If ev.Type = EventType.KeyInputEvent And ev.KeyCode = KeyCode.Escape Then
IrrlichtDevice.Close()
End If
End Function AddHandler IrrlichtDevice.OnEvent, AddressOf OnEventوالأن اريد ان ارى تعليقاتكم
Inherits Framework.Game
وفي 06 مايو 2011 09:19 م، أعرب المهند عن رأيه بالموقف كالآتي:
يا شباب ما رايكم نرجع للموضوع الاول ونبرمج لعبه اولا باستخدام الvb.net فقط لكي