Syntax

threejsGltf(
  tx: $tx,
  userData: $userData,
  hidden: $hidden,
  color: $color,
  layoutPoint: $layoutPoint,
  snappingPoints: $snappingPoints,
  url: $url,
  imageData: $imageData
)

Description

Creates a scene node that represents an image.

Parameters

name Type Type Description Mandatory Default
tx Transformation Transformation that is applied to the node. The transformation is relative to the surrounding node group. no
userData Object Specialist object for the node. This object is used for cross-highlighting, for example no
hidden boolean Whether the node should be displayed. no false
color Color Color in which the node should be colored. no
layoutPoint Connection point Point within the node that is used for layouting. no
snappingPoints List of connection points Points to which other elements can be docked no
url String URL relative to the application where the image can be retrieved. no
imageData Dynamic image Image whose content is calculated dynamically, e.g. by accessing a binary attribute no

Return value

Type: Scene node