mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-27 17:28:41 +00:00
stuff
This commit is contained in:
parent
769c472ceb
commit
abc2e54c07
16 changed files with 137 additions and 224 deletions
|
@ -916,12 +916,7 @@ struct Node {
|
|||
std::optional<std::size_t> skin;
|
||||
std::optional<std::vector<double>> weights;
|
||||
Node(const Json::Value &o)
|
||||
: transform(Matrix {
|
||||
1, 0, 0, 0,
|
||||
0, 1, 0, 0,
|
||||
0, 0, 1, 0,
|
||||
0, 0, 0, 1
|
||||
})
|
||||
: transform(TRS{})
|
||||
{
|
||||
check(o.isObject());
|
||||
if (o.isMember("camera")) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue