This page has been translated automatically.
视频教程
界面
要领
高级
实用建议
专业(SIM)
UnigineEditor
界面概述
资源工作流程
设置和首选项
项目开发
调整节点参数
Setting Up Materials
设置属性
照明
使用编辑器工具执行特定任务
如何擴展編輯器功能
嵌入式节点类型
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版本。

Point Objects

Warning
The functionality described in this article is not available in the Community SDK edition.
You should upgrade to Engineering / Sim SDK edition to use it.

Houses, landmarks, and other such objects are placed at specific points of the terrain. Two shape types can be selected and used for point object placement:

  • Point — the object is placed at the position specified by the point and oriented the same way as when saved to a *.node file.

    An example of setting points is given here.

  • Line — the object is placed at the position specified by the first point, while the second point determines the orientation of the object's forward direction vector (positive Y).

    An example of setting lines is given here.

The object location and details are retrieved from vector data sources (*.shp and *.geojson assets).

Filter settings are described here.

Parameters#

Node

The path to the primary object's *.node file.

The process of creating an object is described here.

Notice
Intersections should be enabled for any type of the primary object.
Use as Fence Option for lengthy objects such as fences and pipes. When creating point objects, this option should be disabled.
Autosize

Autosizing for lengthy objects such as fences and pipes. If enabled, basic objects are stretched and placed with zero-spacing so that bounding boxes of the first and the last basic objects are aligned with start and end points of the line segment respectively.

Disabling this option makes the following parameters available:

Step Distance between two adjacent basic objects, in units.
Start offset Offset of the first basic object's pivot from the start point of the line segment, in units.
End offset Offset of the last basic object's pivot from the end point of the line segment, in units.
Fit to size Enables stretching/shrinking of basic objects so that they are placed along line segments without spaces between them.
Collider

Flag indicating if collisions for the generated object are to be detected.

Notice
Available only for geometry type.
Drop To Ground Flag indicating if the generated object will be aligned with the terrain surface.
Height Offset (m)

Distance from the terrain surface along the Z-axis, in meters.

Notice
If you see the generated object partially, You can try to increase this value to lift it above the terrain surface.
Bake To Cluster If enabled, bakes generated point objects to Mesh Cluster. If disabled, generated objects are added to the world hierarchy as NodeReference objects.
Forward Axis Axis which determines the orientation of the primary object: X, -X, Y, -Y.
Split Billboards Length (km)

This parameter is required if your primary object is a billboard, to control the number of Billboards objects to be generated due to area splitting:

  • Low values will increase the number of generated Billboards objects.
  • High values will reduce this number.
Notice
The maximum number of billboards contained in a single Billboards object is limited to 8000. Thus, the number of generated Billboards objects is also affected by the total number of points, where the Billboards are to be placed. Although Billboards are performance-friendly, generating too many of them may reduce performance.
Last update: 2022-10-10
Build: ()