summaryrefslogtreecommitdiffstats
path: root/modules/gltf/structures/gltf_camera.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@87318a2fb7fffeb72adca934e31915be077c3d1fSpartan3222024-11-061-0/+16
|\
| * GLTF: Implement the glTF Object Model to support JSON pointer propertiesAaron Franke2024-11-041-0/+16
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* Change capitalization of glTF in errors and comments.tetrapod002024-08-151-6/+6
* [Modules] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-261-1/+1
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* GLTF: Clean up lots of includesAaron Franke2022-11-291-0/+2
* Don't try to read values from null cameras and lights in GLTFAaron Franke2022-09-041-0/+1
* Move GLTF camera conversion code into GLTFCameraAaron Franke2022-08-281-0/+81
* GLTF: Fix orthographic cameras, internally store data in GLTF's formatAaron Franke2022-08-141-6/+9
* GLTF: Organize structures into a subfolderAaron Franke2022-07-241-0/+47