This interface describes render engine capabilities, such as the minimum and maximum zoom level, camera angles, etc.
Members
-
This property holds a value indicating whether capturing is supported.
-
This property defines the supported interaction modifiers. See
H.map.render.RenderEngine.InteractionModifiers. -
lookAt H.map.render.ICapabilities.LookAt non-null
-
The capabilities to modify a look-at point. If the value is
nullthen look-at point modifications are unsupported at all.
Type Definitions
-
The type definition for capabilities to modify a look-at point.
Properties:
Name Type Description zoomH.math.Range This property holds values indicating the minimum and maximum zoom range supported by the render engine.
headingH.math.Range The minimum and maximum angle of the heading.
tiltH.math.Range The minimum and maximum angle of the tilt.
inclineH.math.Range The minimum and maximum angle of the incline.