You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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):
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.
The text was updated successfully, but these errors were encountered:
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.
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 thatRenderPass::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
):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.
The text was updated successfully, but these errors were encountered: