⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 demo.objects

📁 赫赫大名的 OGRE 游戏引擎
💻 OBJECTS
字号:
floor
{
	entity box
	physics floorPhysics
	scale 500 1 500
}

box
{
	entity box
	physics boxPhysics
        scale 2 2 2 
        sound_event hit boxHit
}

step
{
        entity box
        physics stepPhysics
        scale 100 2 100 
}       

sphere
{
	entity sphere
	physics spherePhysics
        scale 2 2 2 
}

jeepBody
{
         entity jeepBody
         physics jeepPhysics
         scale 2 2 2
         sound_event engine motor
}

jeepWheelLeft
{
         entity jeepWheelLeft
         physics wheelPhysics
         scale 2 2 2
}

jeepWheelRight
{
         entity jeepWheelRight
         physics wheelPhysics
         scale 2 2 2
}

head
{
        entity sphere
	physics headPhysics
        scale 3 3 3 
        sound_event hit bodyHit
}

body
{
        entity box
	physics bodyPhysics
        scale 3 5 2 
        sound_event hit bodyHit
}

leg
{
        entity box
	physics legPhysics
        scale 1 3 1
        sound_event hit bodyHit
}

arm
{
        entity box
	physics legPhysics
        scale 1 3 1 
        sound_event hit bodyHit
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -