Falcor icon indicating copy to clipboard operation
Falcor copied to clipboard

Out of date tutorials

Open rapfamily4 opened this issue 1 year ago • 2 comments

Tutorials are out of date.

For instance, in the second tutorial there's a SharedPtr which cannot be reached in any way. It also seems that RenderPass::create() is also not a thing anymore (I may be wrong).

The fourth tutorial also tells me to declare and initialize a series of variables, whose types are not recognized at all (even when I remove SharedPtr):

Scene::SharedPtr mpScene;
GraphicsProgram::SharedPtr mpProgram;
GraphicsState::SharedPtr mpGraphicsState;
RasterizerState::SharedPtr mpRasterState;
GraphicsVars::SharedPtr mpVars;

Since I'm a complete novice I don't know what to modify and where to look. I don't know if there are other outdated details in the fourth tutorial since I basically stopped at the declaration above.

Could you please update the tutorials? Thanks in advance.

rapfamily4 avatar Dec 09 '23 11:12 rapfamily4

since 5.0, there is no turorial at all. it's more like a in-house research engine now

625673575 avatar Dec 19 '23 06:12 625673575

This lack of beginner guides and out-of-date materials is challenging for newbies like me. Where can I get more updated tutorials? Is there any active developers' forum other than the git issues? The Falcor/Orca User Forums long dead.

bipul-mohanto avatar Aug 13 '24 12:08 bipul-mohanto