In the online API docs under https://ogrecave.github.io/ogre-next/api/latest/ , I am not seeing docs for classes such as HlmsPbs
and HlmsUnlitDatablock
. Now, I have minimal understanding of Cmake, but I am suspicious of the line in Docs/CMakeLists.txt
where it says:
Code: Select all
file(GLOB COMPONENTS ${OGRE_SOURCE_DIR}/Components/*/include)
I think that's going to find paths like Components/PlanarReflections/include
, but not paths like Components/Hlms/Pbs/include
.