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

📄 smoke.particle

📁 赫赫大名的 OGRE 游戏引擎
💻 PARTICLE
字号:
// Example particle systems

// smoke
Examples/Smoke
{
    	material        	Examples/Smoke
    	particle_width  	55
    	particle_height 	55
    	cull_each       	true
    	quota           	500
    	billboard_type  	point
    
    	// Area emitter
    	emitter Point
    	{
		angle               		11
        	emission_rate       		15
        	time_to_live        		4
        	direction           		0 1 0
        	velocity_min        		150
        	velocity_max        		240    	
	}

	affector ColourImage
	{
		image		smokecolors.png
	}

   	affector Rotator
   	{
        	rotation_range_start  		0
        	rotation_range_end   	 	360
        	rotation_speed_range_start  	-60
        	rotation_speed_range_end    	200
   	}

   	affector Scaler
   	{
       	rate 	100
   	}

}

⌨️ 快捷键说明

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