Skip to content
New issue

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

加载stl模型的大小缩放问题? #7

Open
longwoo opened this issue Oct 29, 2021 · 0 comments
Open

加载stl模型的大小缩放问题? #7

longwoo opened this issue Oct 29, 2021 · 0 comments

Comments

@longwoo
Copy link

longwoo commented Oct 29, 2021

    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类似的参数,请问如何实现加载模型的时候的尺寸缩放问题?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant