[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-06-26 UTC."],[],["The core content describes `LoadGltfListener.GltfLoadStage`, an enum defining the phases of a load operation. Each stage progresses sequentially. Key actions include comparing stages (`compareTo`), retrieving the class or name (`getDeclaringClass`, `name`), and obtaining stage properties (`ordinal`). Stages are: `ADD_MISSING_FILES`, `CREATE_LOADER`, `CREATE_RENDERABLE`, `DOWNLOAD_MODEL`, `FETCH_MATERIALS`, `FINISHED_READING_FILES`, and `LOAD_STAGE_NONE`. These represent the process from loading a file to finishing.\n"]]