This page has been translated automatically.
视频教程
界面
要领
高级
实用建议
专业(SIM)
UnigineEditor
界面概述
资源工作流程
版本控制
设置和首选项
项目开发
调整节点参数
Setting Up Materials
设置属性
照明
Sandworm
使用编辑器工具执行特定任务
如何擴展編輯器功能
嵌入式节点类型
Nodes
Objects
Effects
Decals
光源
Geodetics
World Nodes
Sound Objects
Pathfinding Objects
Players
编程
基本原理
搭建开发环境
使用范例
C++
C#
UnigineScript
UUSL (Unified UNIGINE Shader Language)
Plugins
File Formats
材质和着色器
Rebuilding the Engine Tools
GUI
双精度坐标
应用程序接口
Animations-Related Classes
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
VR-Related Classes
创建内容
内容优化
材质
Material Nodes Library
Miscellaneous
Input
Math
Matrix
Textures
Art Samples
Tutorials

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:打开包含天气影响的世界:

  • Download the Weather add-on from Add-On Store.附加组件商店下载天气附加组件。
  • Add the downloaded add-on (UPACKAGE file) to your project by dragging it into the project data/ folder in the Asset Browser. In the Import Package window that opens, click the Import Package button and wait until the add-on contents are imported.将下载的附加组件(UPACKAGE 文件)拖到 Asset Browser 中的项目 data/ 文件夹中,将其添加到您的项目中。在打开的 Import Package 窗口中,单击 Import Package 按钮并等待加载项内容导入。
  • 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/UnigineWeather/fx/ directory.节点对天气影响的引用位于data/UnigineWeather/fx/目录中。

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

命令行
-extern_plugin UnigineWeather
注意
The plugin can be run on Windows only.插件只能在Windows上运行。
最新更新: 2023-11-09
Build: ()