hi i was just wandering what the difference is between a sprite and an atlas,
i want to compile all my different images into one big image from 3d models, as far as i understand a sprite is used for 2d and an atlas is for 3d, can someone help me please
Those are two different concepts, not either/or. There’s nothing preventing sprites from using an atlas, in fact that’s common. Really, 2D and 3D are the exact same thing, it’s just that “2D” typically ignores one of the Ds, and models in 2D are usually just planes. But they still exist in 3D space.