#I'm making a game engine and i was wondering how i would make objects like 3d cubes from classes
5 messages · Page 1 of 1 (latest)
When your question is answered use !solved to mark the question as resolved.
Remember to ask specific questions, provide necessary details, and reduce your question to its simplest form. For tips on how to ask a good question use !howto ask.
Design your class, implement your class. 🤷♂️
I would ask you this: What makes a cube special? Why not create a generic mesh class, and then you can create a free function that creates a mesh representing a cube?
that’s what i’m thinking of doing i just defaulted to cube when asking for help