Skip to content
Snippets Groups Projects
Commit 78d48ba2 authored by Mathias Paulin's avatar Mathias Paulin :speech_balloon:
Browse files

Fixed todos removed

parent f642785e
Branches
Tags
No related merge requests found
......@@ -81,9 +81,6 @@ class PfmReader
return nullptr;
}
//@todo : modulate swap with endianess
// std::cerr << "pfm " << fileName << " " << width << "x" << height << " " << color
// << " " << swap << std::endl;
HDRPIXEL* pixels = new HDRPIXEL[width * height];
for ( int i = 0; i < width * height; ++i )
{
......
......@@ -18,9 +18,6 @@ namespace RadiumNBR {
/// Define a spherical, infinite light source.
/// This object could be used for texturing skyboxes or to implement infinite lighting.
/// An operator to convert an envmap to SH matrices for irradiance mapping is defined.
/// @warning requires an implementation of std::filesystem
/// @todo there are several problems on the cubemap defiition. Not sure the faces are well oriented.
/// @todo Must be debugged (Z+/Z- faces are swappped ...
class NodeBasedRenderer_LIBRARY_API EnvMap
{
public:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment