-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Description
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类似的参数,请问如何实现加载模型的时候的尺寸缩放问题?
Metadata
Metadata
Assignees
Labels
No labels