Welcome to IGX.Unity by intelligentgraphics, which is both a back-end to IG.GFX/IG.Creator, along with IGX.X3DOM, and a stand-alone package.
Note. It is likely that you need to add also the JsonFx.Json DLL.
The DLL is archived in this Repository. Currently, IGX.Unity is under heavy development. So please go with the Dev release, rather than any official (Beta) release, which may be outdated. Have also a look into the History.
This Repository contains IGXC demo and test scenes.
For any new projects we recommend the use of IGXScene and IGXObject from Section IGX, instead of the low-level import classes. Also, the use of IGXC is recommended, instead of EOX-GFX.
In the following, only selected classes are named. For a complete and more detailed description have a look into the Documentation.
This section provides the core classes.
EBDebug is the central interface for debugging and logging. You may turn on/off logging globally, and enable logging for a specific context, such as product life cycle.
EBLayers defines Unity-3D layers to be used outside the Unity IDE, and also recursive assignment functions.
EBMaterial is an abstract entity that covers multiple kinds of materials. It also contains a global repository for dynamically loaded materials and textures, and provides conversion methods for native material descriptions into a Unity material.
EBRepresentation is an abstract entity that covers multiple kind of geometric representations.
EBWebResource is a base class implementing load state.
EBMeshData is an auxiliary class to be used by any native loaders.
EBMeshRepository is a global repository managing native Unity-3D mesh arrays.
This section contains the primary support for dealing with IG.GFX. Currently this section is under development and not part of the IGX.Unity Standard Edition.
IGX has the following namespaces:
IGX.Material is a representation of the IG.GFX Material.
IGX.MetaInformation is a data entity with additional information to be used in the context of IGXObjects. Such information is:
Note, the spatial properties are defined in IG.GFX space!
IGX.Object extends–as a Unity Component–GameObject with data and behaviour needed in the context of IG.GFX (IGX).
IGX.ObjectType is an enumerator about the type of IGX.Object instances.
IGX.Scene is a singleton that controls an IG.GFX world.
IGX.Demo.SampleScene is an extension of IGX.Scene that offers samples.
IGX.SelectionMode controls the selection behaviour of an IGX.Object.
IGX.XPoint defines primarily an attachment point, but is also used to describe object's Minimum and Maximum. Note, the spatial properties are defined in IG.GFX space!
IGX.Core.Interactor is the abstract base class of all interactor classes.
IGX.Core.LocalInteractor is the abstract base class of all local, i.e. object-related interactor classes.
IGX.Core.GlobalInteractor is the abstract base class of all global, i.e. scene-related interactor classes.
This section provides a few import classes.
EBEOXImport is a class for loading an EOX-GFX representation of a 3D object. The class itself is just a reader that uses other classes such as EBEOXScene and EBPartMeshData. Anyway, this class is your entry point of you want to load an EOX.
After successful loading two messages will be sent to the MonoBehaviour that invoked the loading:
There are further callbacks, invoked on ancestors of the loaded object, which should not be used:
EBEOXScene is an 1:1 representation of a 3D object described by a master XML (in format EOX-GFX) that links to low-level entities such as OBJs and MLIs.
Note. The class name is eoxScene.
EBLoader is an asynchronous loader for IGXC files, using IGXCImport, and EOX files, using EBEOXImport.
EBObjectImport is an abstract class for object-level importers such as IGXCImport and EBEOXImport.
EBOBJImport is a loader for OBJ files. This class is used in the context of the EOX loaders.
EBOBJImport2 is also a loader for OBJ files. This class can be used for stand-alone loading of OBJs.
IGXCImport is a class for loading an IGXC representation of a 3D object. The class itself is just a reader that uses other classes such as EBOBJImport and EBPartMeshData.
IGXCMetaImport imports an IG.GFX metafile that defines material categories and materials, client-side packages, etc. An IG.GFX metafile links to an IGXC or EOX-GFX scene file, or describes only material definitions and assignments.
This section provides a few utilities.
EBCameraOrbiter is a class for the two-dimensional control of a perspective camera.
EBUnusuableAreas is an auxiliary class that represents UI regions that should not react to interaction as they display buttons, etc.
EBUtilities provides support functions:
The current Unity-3D reference versions are: 4.6.5 and 5.1.1
IGX.Unity implements only subsets of EOX-GFX, OBJ and MTL. Please contact us to learn about the supported and non-supported features.
There's a (low-traffic) mailing list for IGX.Unity. To subscribe send an email to info@intelligentgraphics.biz, please.
Copyright (C) 2012 - 2015 intelligentgraphics GmbH. All rights reserved.