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
Rendering-Related Classes
VR-Related Classes
创建内容
内容优化
材质
Material Nodes Library
Miscellaneous
Input
Math
Matrix
Textures
Art Samples
Tutorials

CigiLosVectorRequest Class

Warning
The functionality described in this article is not available in the Community SDK edition.
You should upgrade to Sim SDK edition to use it.
Inherits from: CigiHostPacket

CigiLosVectorRequest Class

Properties

int LosID#

The LOS ID specified in the packet.

int EntityID#

The Entity ID specified in the packet.

int RequestType#

The value of the Request Type parameter specified in the packet. Determines what type of response the IG will return for this request.

int SrcCoordSystem#

The value of the Source Point Coordinate System parameter specified in the packet. This parameter indicates the coordinate system relative to which the test vector source point is specified.

int RespCoordSystem#

The value of the Response Coordinate System parameter specified in the packet. This parameter specifies the coordinate system to be used in the response.

int AlphaThreshold#

The value of the Alpha Threshold parameter specified in the packet. Defines the minimum alpha value (i.e., minimum opacity) a surface may have for an LOS response to be generated.

int UpdatePeriod#

The value of the Update Period parameter specified in the packet. Determines the interval between successive responses to this request.

int MaterialMask#

The value of the Material Mask parameter specified in the packet. Determines the environmental and cultural features to be included in LOS segment testing.

float Azimuth#

The value of the Azimuth parameter specified in the packet. Determines the horizontal angle of the LOS test vector.

float Elevation#

The value of the Elevation parameter specified in the packet. Determines the vertical angle of the LOS test vector.

float MinRange#

The value of the Minimum Range parameter specified in the packet. Specifies minimum range along the LOS test vector at which intersection testing shall Maximum Range occur.

float MaxRange#

The value of the Maximum Range parameter specified in the packet. Specifies the maximum range along the LOS test vector at which intersection testing shall occur.

dvec3 Position#

The Source Point position represented as a three-component vector of the Source Latitude, Source Longitude, Source Altitude or Source X Offset, Source Y Offset, Source Z Offset parameters values specified in the packet corresponding to the value of Source Point Coordinate System parameter.

Members


Last update: 2024-04-19
Build: ()