We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Handle Load(const std::string &fname); std::vector<Handle> Load(const std::vector<std::string> &fnames); Handle Load(const std::string &fname, const std::array<float, 3> &pos, const std::array<float, 4> &quat); std::vector<Handle> Load(const std::vector<std::string> &fnames, const std::vector<std::array<float, 3>> &trans, const std::vector<std::array<float, 4>> &quats);
目前的load的函数未发现有scale类似的参数,请问如何实现加载模型的时候的尺寸缩放问题?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
目前的load的函数未发现有scale类似的参数,请问如何实现加载模型的时候的尺寸缩放问题?
The text was updated successfully, but these errors were encountered: