This page has been translated automatically.
视频教程
界面
要领
高级
实用建议
专业(SIM)
UnigineEditor
界面概述
资产工作流程
设置和首选项
项目开发
调整节点参数
Setting Up Materials
设置属性
照明
Landscape Tool
Sandworm
使用编辑器工具执行特定任务
如何擴展編輯器功能
嵌入式节点类型
Nodes
Objects
Effects
Decals
光源
Geodetics
World Nodes
Sound Objects
Pathfinding Objects
Players
编程
基本原理
搭建开发环境
使用范例
C++
C#
UnigineScript
UUSL (Unified UNIGINE Shader Language)
Plugins
File Formats
Materials and Shaders
Rebuilding the Engine Tools
GUI
双精度坐标
应用程序接口
Containers
Common Functionality
Controls-Related Classes
Engine-Related Classes
Filesystem Functionality
GUI-Related Classes
Math Functionality
Node-Related Classes
Objects-Related Classes
Networking Functionality
Pathfinding-Related Classes
Physics-Related Classes
Plugins-Related Classes
IG Plugin
CIGIConnector Plugin
Rendering-Related Classes
创建内容
内容优化
Materials
Material Nodes Library
Miscellaneous
Input
Math
Matrix
Textures
Art Samples
Tutorials
注意! 这个版本的文档是过时的,因为它描述了一个较老的SDK版本!请切换到最新SDK版本的文档。
注意! 这个版本的文档描述了一个不再受支持的旧SDK版本!请升级到最新的SDK版本。

Weather Add-On

警告
本文介绍的功能在 Community SDK 版本中不可用。
您应该升级到 Engineering / Sim SDK版本才能使用它。

The Weather add-on provides a set of ready-to-use sample weather effects: Weather附加组件提供了一组现成的示例天气效果:

  • Raindrops, streaks and splashes雨滴,条纹和飞溅物
  • Windshield wiper effect 挡风玻璃刮水器效果
  • Lightning strikes 雷击
  • Snowfall effect with wet flakes landing on the camera lens降雪效果,湿片落在相机镜头上
  • 3 types of screen frost effect with adjustable intensity三种强度可调的屏幕霜效果
  • Volume fog 体积雾

Opening the World开放世界#

To open the world containing weather effects:打开包含天气影响的世界:

  • Install the Weather add-on (available via UNIGINE SDK Browser in the Add-Ons section) and add it to your project (by clicking Other Actions -> Configure Project -> Add-ons in the Projects section of UNIGINE SDK Browser).安装Weather附加组件(可通过Add-Ons部分中的UNIGINE SDK Browser获得)并将其添加到您的项目中(通过单击 Other Actions -> Configure Project -> Add-ons UNIGINE SDK BrowserProjects部分中)。
  • In UnigineEditor, click File -> Open World (Ctrl + O) or open the Asset Browser window. The weather_samples.world file is available in the data/ directory.在UnigineEditor中,单击File -> Open WorldCtrl + O)或打开Asset Browser窗口。 weather_samples.world文件位于data/目录中。
注意
Node references to weather effects are located in the data/weather/fx/ directory.节点对天气影响的引用位于data/weather/fx/目录中。

The add-on requires the Weather plugin, which can be added using the following command-line option on the application start-up:该附件需要Weather插件,可以在应用程序启动时使用以下命令行选项添加该插件:

命令行
-extern_plugin weather
注意
The plugin can be run on Windows only.插件只能在Windows上运行。
最新更新: 2022-03-10
Build: ()