Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Make STL loader/writer and PLY writer work again#901

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
YasInvolved wants to merge36 commits intomaster
base:master
Choose a base branch
Loading
fromyas_mesh_loaders

Conversation

@YasInvolved
Copy link
Contributor

No description provided.

Comment on lines 39 to +44
staticinlinevoidperformActionBasedOnOrientationSystem(aType& varToHandle,void (*performOnCertainOrientation)(aType& varToHandle))
{
performOnCertainOrientation(varToHandle);
}

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

I decided these functions make no sense for geometries (as an appropriate geometry transform in a collection can be used instead of changing the mesh data), see git blame in PLY loader

uint32_t topHierarchyLevel;
IAssetLoader::IAssetLoaderOverride* loaderOverride;
private:
const std::string_viewgetPipelineCacheKey(bool withColorAttribute) {return withColorAttribute ?"nbl/builtin/pipeline/loader/STL/color_attribute" :"nbl/builtin/pipeline/loader/STL/no_color_attribute"; }

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

everything to do with a pipeline needs to go

@devshgraphicsprogramming
Copy link
Member

@kevyuu can you review this?

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@devshgraphicsprogrammingdevshgraphicsprogrammingdevshgraphicsprogramming left review comments

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

3 participants

@YasInvolved@devshgraphicsprogramming

[8]ページ先頭

©2009-2025 Movatter.jp