Building the sIBL Loader plugin for Cinema 4D
=============================================

The full source of the plugin is provided, in accordance with the GNU Public Licence. No special compilation flags or linker settings are used so building the plugin should be straightforward.

However, the plugin does need to reference four header files that are specific to Vray. These cannot be included in the source as they are the copyright of Vray for C4D. If you wish to modify and compile the plugin, and don't own Vray, you should contact the Vray for C4D team and ask them if you may download the latest build of Vray and use the header files, which are all present in Vray's description resource. Then the plugin will build, although you still won't be able to use Vray, of course (to do that you would need to buy a licence for it).

The four header files are:

tVrayLightTag.h
tVrayCompositingTag.h
vpvraybridge.h
mVrayAdvancedMaterial.h

