dplug.pbrwidgets.pbrbackgroundgui

The widget you must inherit from for a PBR background UI (though it isn't mandatory).

Public Imports

dplug.gui.sizeconstraints
public import dplug.gui.sizeconstraints;
Undocumented in source.

Members

Classes

PBRBackgroundGUI
class PBRBackgroundGUI(string baseColorPath, string emissivePath, string materialPath, string depthPath, string skyboxPath, string absoluteGfxDirectory)

PBRBackgroundGUI provides a PBR background loaded from PNG or JPEG images. It's very practical while in development because it let's you reload the six images used with the press of ENTER. The path of each of these images (given as a template parameter) must be in your "stringImportPaths" settings.

Meta

Authors

Guillaume Piolat