Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

535 total results found

Converter

CGI Studio Connector Complex Types

For conversion between the basic type and actual complex type, conversion functions needs to be available. This function must be implemented inside the “ComplexType” namespace (additionally to the default namespace for the Interface) and within the “ComplexTyp...

XML Definition

CGI Studio Connector Native Functions

Native Functions are defined in an XML Schema file which is located at “cgi_studio_connector/schema/NativeFunction.xsd”. This file can be used to validate xml files and with some editors (e.g. Visual-Studio) and provide code-completion when writing the XML fil...

Implementation

CGI Studio Connector Native Functions

The actual native functions must be implemented as part of the Action-Context class which will then be passed to the Interface to trigger them. The implementation must match the name of the specified function in the XML as well as the names, types and order o...

Editor

CGI Studio Connector Complex Types

An editor for the Native-Function definition can be found here:“cgi_studio_connector/bin/ComplexTypeEditor.exe”  If called with a file as first argument the editor will try to open the specified file. Complex-Types On the left side, Complex-Types can be a...

Editor

CGI Studio Connector Native Functions

An editor for the Native-Function definition can be found here:“cgi_studio_connector/bin/NativeFunctionEditor.exe” If called with a file as first argument the editor will try to open the specified file. Native-Functions On the left side, Native-Functions ...

XML Definition

CGI Studio Connector Build Projects

Builds are defined in an XML Schema file which is located at “cgi_studio_connector/schema/BuildProject.xsd”. This file can be used to validate xml files and with some editors (e.g. Visual-Studio) and provide code-completion when writing the XML file. BuildPro...

Sample

CGI Studio Connector Build Projects

Below a sample XML file can be seen <?xml version="1.0"?> <BuildProject xsi:noNamespaceSchemaLocation="../../tools/ConnectorApp/Build/Schema/BuildProject.xsd"                           xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"       ...

Editor

CGI Studio Connector Build Projects

An editor for the Build-Projects definition can be found here:“cgi_studio_connector/bin/BuildProjectEditor.exe” If called with a file as first argument the editor will try to open the specified file. Global On this tab, global settings can be configured. ...

Interface-Buffer

CGI Studio Connector Interface

The main class of the generated interface is called “Interface-Buffer”. This class is responsible to handle the data, actions and events from both sides and provide them to the other side. The Interface-Buffer class contains the following methods: Init Init...

Action-Context

CGI Studio Connector Interface

The action context is used whenever any actions (except scene related actions) are executed. Besides some basic methods it must also implement all native-functions that the user wants to call via the interface. Required Methods There are some required method...

Scene-Context

CGI Studio Connector Interface

The Scene-Context is used whenever scene related actions are executed. Here the user can provide his own implementation on how these actions are to be performed. Besides the Scene-Context itself there are also secondary classes (e.g. Scene/SceneTable) what the...

Data-Model

CGI Studio Connector Interface

The basic Data-Model used by the Interface-Buffer is completely generated. However, the user can still override the handling of update requests if needed.  

Interface-Code Generator

CGI Studio Connector Tools

This tool is located at “cgi_studio_connector/bin/InterfaceCodeGenerator.exe” and is the main tool to generate the interface code. It has the following arguments: It has the following arguments: Full Name Short name Optional Description -defini...

Model-Code Generator

CGI Studio Connector Tools

This tool is located at “cgi_studio_connector/bin/ModelCodeGenerator.exe” and generates a basic Data-Model based on the Courier-XCDL definition. This model is generated in such a way that the Interface-Buffer can easily interact with it. It has the following ...

General 3.15

CGI Studio 3.15

This page describes general updates that were made to CGI Studio version 3.15. Other changes are documented in Candera 3.15, Behaviors 3.15 and Scene Composer 3.15. Professional Edition CGI Studio is now available in two editions. First, a Professional Editi...

Candera 3.15

CGI Studio 3.15

Added Monotype features Implemented a function to load font bitmap data into the font engine cache. Added Mask Support Added mask support for blur effect.

Scene Composer 3.15

CGI Studio 3.15

Import function Improvements General import function Support for importing FBX files with multiple animation tracks Original image file retention function FBX can be imported as wireframe mesh Create and set sharable IBL textures when importing glTF f...

Edit Menu

CGI Studio Connector Connector

It is possible to quickly edit external resources with via the edit menu or the toolbar. Property Name Description Edit Project Opens the Project configuration window. Edit Scene Composer Solution Edits the configured Scene Composer sol...