|
C3D_API | SkyboxBackground (Engine &engine, Scene &scene, castor::String const &name=castor::String{}) |
| Constructor.
|
|
C3D_API void | accept (BackgroundVisitor &visitor) override |
| Visitor acceptance function.
|
|
C3D_API void | accept (ConfigurationVisitorBase &visitor) override |
| Visitor acceptance function.
|
|
C3D_API bool | write (castor::String const &tabs, castor::Path const &folder, castor::StringStream &stream) const override |
| Writes the background to a text stream.
|
|
C3D_API void | setLeftImage (castor::Path const &folder, castor::Path const &relative) |
| Sets the skybox's left face texture.
|
|
C3D_API void | setRightImage (castor::Path const &folder, castor::Path const &relative) |
| Sets the skybox's right face texture.
|
|
C3D_API void | setTopImage (castor::Path const &folder, castor::Path const &relative) |
| Sets the skybox's top face texture.
|
|
C3D_API void | setBottomImage (castor::Path const &folder, castor::Path const &relative) |
| Sets the skybox's bottom face texture.
|
|
C3D_API void | setFrontImage (castor::Path const &folder, castor::Path const &relative) |
| Sets the skybox's front face texture.
|
|
C3D_API void | setBackImage (castor::Path const &folder, castor::Path const &relative) |
| Sets the skybox's back face texture.
|
|
C3D_API void | setFaceTexture (castor::Path const &folder, castor::Path const &relative, SkyboxFace face) |
| Sets a skybox's face texture.
|
|
C3D_API void | setEquiTexture (castor::Path const &folder, castor::Path const &relative, uint32_t size) |
| Sets the skybox's equirectangular texture.
|
|
C3D_API void | setEquiSize (uint32_t size) |
| Sets the size of the skybox generated from the equirectangular texture.
|
|
C3D_API void | setCrossTexture (castor::Path const &folder, castor::Path const &relative) |
| Sets the skybox's cross texture.
|
|
|
castor::Path const & | getEquiTexturePath () const |
|
castor::Size const & | getEquiSize () const |
|
castor::Path const & | getCrossTexturePath () const |
|
castor::Array< castor::Path, 6u > const & | getLayerTexturePath () const |
|
C3D_API | SceneBackground (Engine &engine, Scene &scene, castor::String const &name, castor::String type, bool hasIBLSupport) |
| Constructor.
|
|
virtual C3D_API | ~SceneBackground () |
| Destructor.
|
|
C3D_API bool | initialise (RenderDevice const &device) |
| Initialisation function.
|
|
C3D_API void | cleanup () |
| Cleanup function.
|
|
C3D_API void | update (CpuUpdater &updater) const |
| Updates the background, CPU side.
|
|
C3D_API void | update (GpuUpdater &updater) const |
| Updates the background, GPU side.
|
|
C3D_API void | upload (UploadData &uploader) |
| Uploads image data to the texture buffer.
|
|
C3D_API void | notifyChanged () |
| Notifies a change to apply on GPU for the background.
|
|
virtual C3D_API crg::FramePass & | createBackgroundPass (crg::FramePassGroup &graph, RenderDevice const &device, ProgressBar *progress, VkExtent2D const &size, crg::ImageViewIdArray const &colour, crg::ImageViewIdArray const &depth, crg::ImageViewId const *depthObj, UniformBufferOffsetT< ModelBufferConfiguration > const &modelUbo, CameraUbo const &cameraUbo, HdrConfigUbo const &hdrConfigUbo, SceneUbo const &sceneUbo, bool clearColour, bool clearDepth, bool forceVisible, BackgroundPassBase *&backgroundPass) |
| Creates the background render pass.
|
|
C3D_API void | addPassBindings (crg::FramePass &pass, crg::ImageViewIdArray const &targetImage, uint32_t &index) const |
| Adds the background specific bindings to a frame pass.
|
|
C3D_API void | addBindings (ashes::VkDescriptorSetLayoutBindingArray &bindings, VkShaderStageFlags shaderStages, uint32_t &index) const |
| Adds the background specific bindings.
|
|
C3D_API void | addDescriptors (ashes::WriteDescriptorSetArray &descriptorWrites, crg::ImageViewIdArray const &targetImage, uint32_t &index) const |
| Adds the background specific descriptors.
|
|
virtual C3D_API castor::String const & | getModelName () const |
|
C3D_API BackgroundModelID | getModelID () const |
|
void | setVisible (bool v) noexcept |
|
void | showIrradiance (bool v) noexcept |
|
virtual bool | isDepthSampled () const noexcept |
|
virtual bool | hasScattering () const noexcept |
|
Scene & | getScene () const noexcept |
|
castor::String const & | getType () const noexcept |
|
TextureLayout & | getTexture () const noexcept |
|
ashes::Image const & | getImage () const |
|
bool | isHdr () const noexcept |
|
bool | isSRGB () const noexcept |
|
bool | hasIbl () const noexcept |
|
bool | isInitialised () const noexcept |
|
bool | isVisible () const noexcept |
|
bool | isIrradianceShown () const noexcept |
|
IblTextures const & | getIbl () const noexcept |
|
Sampler const & | getSampler () const noexcept |
|
uint32_t const & | getPassIndex (bool forceVisible) const noexcept |
|
Engine * | getOwner () const noexcept |
|
void | setOwner (Engine &owner) noexcept |
|
| NamedBaseT (T name) noexcept |
| Constructor.
|
|
T const & | getName () const noexcept |
| Retrieves the name.
|
|
void | rename (T name) noexcept |
|