diff --git a/.codedocs b/.codedocs index b5f6d5016b6..376263ee05d 100644 --- a/.codedocs +++ b/.codedocs @@ -691,6 +691,7 @@ INPUT = OgreMain/include \ Docs/src/tutorials/deferred.md \ Docs/src/tutorials/external_texture.md \ Docs/src/tutorials/manualmesh.md \ + Docs/src/tutorials/meshlod.md \ Docs/src/tutorials/numpy.md \ Docs/src/tutorials/profiler.md \ Docs/src/tutorials/background-resource.md \ diff --git a/Docs/src/tutorials/hlms_blocks.svg b/Docs/src/tutorials/hlms_blocks.svg deleted file mode 100644 index 14d80a6fa93..00000000000 --- a/Docs/src/tutorials/hlms_blocks.svg +++ /dev/null @@ -1,210 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - HlmsPbsDatablockDiffuse, Specular, Roughness, Fresnel, Textures etc - - - - - - - - - - - - - - - - HlmsDatablock - - - - - - - - - - - - - - - - Blendblock(alpha blending) - - - - - - - - - - - - - - - - Macroblock(depth check & writes, cull mode) - - - - - - - - - - - - - - - - Samplerblock(s)(filtering, addressing modes) - - - - - - - - - \ No newline at end of file diff --git a/Docs/src/tutorials/hlms_caching.svg b/Docs/src/tutorials/hlms_caching.svg deleted file mode 100644 index a16e6c7e3ff..00000000000 --- a/Docs/src/tutorials/hlms_caching.svg +++ /dev/null @@ -1,321 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Renderable - - - - - - - - Hash - - - - - - - - - - Hlms::getMaterial(merges hashes) - - - - - - - - - - - - - - - - - - - - - Shader Cache - - - - - - - - - - - - - - - - - is shadercompiled? - - - - - - - - - - Compile and return shader - - - - - - - - - - Return shader - - - - - - - - YES - - - - - - - - NO - - - - - - - - - - - - - - - Scene's Pass - - - - - - - - Hash - - - - - - - - - - - - - - - - - - - - - - Cache - - - - - - - - Properties - - - - - - - - Pieces - - - - - - - - - - - - - - - - Cache - - - - - - - - Properties - - - - - - - - Pieces - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Docs/src/tutorials/hlms_components.svg b/Docs/src/tutorials/hlms_components.svg deleted file mode 100644 index c40722e162b..00000000000 --- a/Docs/src/tutorials/hlms_components.svg +++ /dev/null @@ -1,136 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 3. C++ implementationDerives from baseclass “Hlms”Parses shader templates - - - - - - - - - - - - - - - - 1. Material scripts - - - - - - - - - - - - - - - - 2. Hlms shadertemplates - - - - - - - - - \ No newline at end of file diff --git a/Docs/src/tutorials/hlms_hash.svg b/Docs/src/tutorials/hlms_hash.svg deleted file mode 100644 index 10deee7e4d0..00000000000 --- a/Docs/src/tutorials/hlms_hash.svg +++ /dev/null @@ -1,196 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Cache - - - - - - - - Datablock - - - - - - - - Renderable - - - - - - - - Properties - - - - - - - - Pieces - - - - - - - - - - - - - - - - - - - - - - - - Hlms::calculateHashFor - - - - - - - - Hash - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file