FMX.DAE.Model.TDAEVisualScene

From RAD Studio API Documentation
Jump to: navigation, search

System.TObjectTDAEVisualScene

Delphi

TDAEVisualScene = class

C++

class PASCALIMPLEMENTATION TDAEVisualScene : public System::TObject

Properties

Type Visibility Source Unit Parent
class public
FMX.DAE.Model.pas
FMX.DAE.Model.hpp
FMX.DAE.Model FMX.DAE.Model

Description

Represents a dynamic array of TDAEVisualNode objects.

A TDAEVisualScene object contains one or more TDAEVisualNode objects that are part of the representation of a COLLADA model.

The COLLADA standard defines an open standard XML schema for exchanging digital assets used by software applications. This prevents storing data in incompatible file formats.

A digital asset is a text or media that has been formatted into a binary source that includes the right to use it.

COLLADA documents typically have the file name extension .dae.

See Also