info about tutorials

This commit is contained in:
h4570
2022-08-28 15:07:58 +02:00
parent 2c41930cb2
commit c9535412a7
2 changed files with 3 additions and 4 deletions
+2 -3
View File
@@ -37,9 +37,8 @@ void Tutorial04::loop() {
/**
* Render de_dust2.
*
* As you see there are clipping issues (visual glitches).
* If you want to know how to fix it, please
* watch video tutorial.
* If you see clipping issues (visual glitches),
* You can check how to fix them in #02 YT tutorial.
*/
stapip.render(mesh.get(), renderOptions);
}