Raikiri / LegitEngine

A rendergraph-based graphical framework for Vulkan
MIT License
594 stars 25 forks source link

Can not find folder named [meshes] in ../data/meshes #4

Closed FuXiii closed 1 year ago

FuXiii commented 1 year ago

When execute LegitEngine.exe the WaterRenderer sample just fine, but when click the PointRnderer ,SSVGIRenderer and VolumeRender , log can not find mesh file in ../data/meshes image

Raikiri commented 1 year ago

Thanks, I'll have to figure it out. Unfortunately, I don't have any credits saved for some of these models, so licensing can become an issue.

Raikiri commented 1 year ago

This should be fixed in https://github.com/Raikiri/LegitEngine/commit/68eb8083edfe19d324ccfd43d7a7ab2459894032 Let me know if there's anything else I need to do here to resolve the issue.

FuXiii commented 1 year ago

Ok! Everything is going well, thank you very much ,I will enjoy this amazing project. If you have spare time , Can you create a sample about how to render a triangle? Your help would be greatly appreciated~ And thanks you shared this project.

Raikiri commented 1 year ago

There's a minimal code example on the main page of the project (in readme.md) that renders 4 vertices. Vertex coordinates can be assigned in a shader using gl_VertexIndex.

I thought of including that minimal example into the sources but I'm not sure how to organize the repo to contain all demos as well as the minimal example, so I just left it in the readme.

FuXiii commented 1 year ago

Ok, by the way can not found DummyScene.json file in ../data/scenes Folder

Raikiri commented 1 year ago

All right I added the dummy scene.

FuXiii commented 1 year ago

Thanks

Raikiri commented 1 year ago

Can you resolve the issue if you think it's done?

FuXiii commented 1 year ago

Yes this issue had already resolved.

Raikiri commented 1 year ago

There's a "close issue" next to your "comment" button. It's usually a good practice for the person who opens an issue to close it themselves to indicate that their original problem is fixed.

FuXiii commented 1 year ago

Oh, Sorry I don't know it before, thank you kick me.