Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This section explains the basics to create a Maxwell Render plug-in to read and write MXS files. The MXS (Maxwell Scene Format) contains all the information needed for Maxwell to render a scene. This SDK can be used, for example, to create plug-in connectivity between 3D applications and Maxwell Render, or for other purposes.

How to use the SDK

...

The Maxwell SDK is composed of header files and libraries written in C++. To compile your application, you need to include the header maxwell.h. The maxwell.h header is self-documented and contains descriptions and examples of the most important functions. To link the application, the following libraries are available: 

...