[[["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 `Vertex.Builder` class is a factory for creating `Vertex` objects. It provides methods to set the vertex's properties: `setColor` for color assignment, `setNormal` to define the normal vector, `setPosition` to specify spatial coordinates, and `setUvCoordinate` for texture mapping. The `build` method then finalizes the creation of the `Vertex` object using the defined parameters. The default constructor `Vertex.Builder()` exists as well.\n"]]