Code Monkey home page Code Monkey logo

Comments (4)

Koderz avatar Koderz commented on August 16, 2024

Well that's new.. Any chance you'd show the rest of how you're building both vertices and indices? Since it's just an array and the RMC just copies it around internally and never alters it I'm not sure why that would change anything.

from realtimemeshcomponent.

thescratt avatar thescratt commented on August 16, 2024

Thanks for your reply. And also, thanks for the work you have done on RMC.

The creation of the vertex data and the indices is not trivial, so probably not easy to share a good example here. It's some code of mine that's about 10 years old, and has moved from OpenGL on a Mac, through iOS and now into UE4. It's for procedural terrain generation. That being said, having been through porting this to UE4 and fixing winding orders and so on I am pretty sure the generation side is solid.

I was more concerned that some MACRO magic might be borking the copy operations with the Vertex format. I've noticed your other conversations here about custom vertex structures and being on discord. I was trying to simplify this over the weekend and ran into similar issues with custom vertex structures as MJLaukala. So some of your comments to him were helpful.

My question here was more about asking if there was a known issue on 4.16, which it seems there isn't. So I'll dig in a bit and let you know what I find, and comment back here.. even if it's my own stupid fault. =) If I get really stuck I'll ping you on discord. ;)

from realtimemeshcomponent.

Koderz avatar Koderz commented on August 16, 2024

I wont lie, that generic vertex is a cluster ****. It's kind of morphed over time from something far simpler to that mess of templates/macros it is now. The one I built for the new version is almost entirely macros, so while it's still pretty nasty, it at least generates a simple struct with no inheritance or templates or anything else so intellisense works far better with it, debugging is far easier (try to look at the position component of one of those in the debugger some time lol )

Your example for building the vertices there is basically the same setup I've used time and again. So unless one of the utilities is breaking it somehow if you're using any of them, the RMC shouldn't be changing that when it passes through to the GPU.

from realtimemeshcomponent.

thescratt avatar thescratt commented on August 16, 2024

Seems this was a driver bug on my development machine. I have a somewhat "non-standard" dev machine for.. reasons. ;) But I was under the impression the Graphics drivers were stable. On a PC and a different Mac this issue doesn't present. Sorry for the confusion from my side.

from realtimemeshcomponent.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.