Last active
June 14, 2017 16:30
-
-
Save andybest/3da304a7361669d8ad932befdc0f4450 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(lldb) p o | |
(Triangle) $R0 = { | |
... | |
material = { | |
surfaceColor = (x = 0, y = 1, z = 0) | |
} | |
... | |
} | |
(lldb) p o.material.surfaceColor | |
(Vector3) $R1 = (x = 0, y = 0, z = 0) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment