mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Rename Transform to Transform3D in core
This commit is contained in:
parent
b80494e633
commit
de3f6699a5
257 changed files with 1697 additions and 1702 deletions
|
|
@ -1157,7 +1157,7 @@ void ParseVectorDataArray(std::vector<int64_t> &out, const ElementPtr el) {
|
|||
}
|
||||
|
||||
// ------------------------------------------------------------------------------------------------
|
||||
Transform ReadMatrix(const ElementPtr element) {
|
||||
Transform3D ReadMatrix(const ElementPtr element) {
|
||||
std::vector<float> values;
|
||||
ParseVectorDataArray(values, element);
|
||||
|
||||
|
|
@ -1172,7 +1172,7 @@ Transform ReadMatrix(const ElementPtr element) {
|
|||
}
|
||||
}
|
||||
|
||||
Transform xform;
|
||||
Transform3D xform;
|
||||
Basis basis;
|
||||
|
||||
basis.set(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue