Stay organized with collections
Save and categorize content based on your preferences.
CardboardUv
#include <cardboard.h>
Struct to hold UV coordinates.
Summary
Public attributes
|
u
|
float
u coordinate.
|
v
|
float
v coordinate.
|
Public attributes
All rights reserved. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-08-06 UTC.
[[["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-08-06 UTC."],[[["`CardboardUv` is a struct designed to store UV (texture) coordinates."],["It contains two public attributes: `u` and `v`, representing the horizontal and vertical coordinates respectively, both of which are of float type."]]],[]]