61
General / Collision - example(?)
« on: June 09, 2010, 09:25:10 pm »
So is the problem solved?
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
I always give the same answer: MP3 is not free and you must pay royalties to use a decoder/encoder for this format. LAME is ok because it provides only source code. But if you use a compiled version of LAME (which would be the case if I used it in SFML), you must pay royalties.
At least this is what I understand from the stuff I've read about MP3 licensing. Correct me if I'm wrong.QuoteThe quality/compression is often much better than ogg, especially for music.
I've always heard that OGG was slightly better. But maybe it was just about the compression rate, not the quality.
I think he means creating some sort of bone-based animation... like 3D models.
There are already a lot of topics which say that you need to recompile SFML if you use Visual C++ 2010
QuoteBTW, I'm not sure what you mean, but I think your problem is that you need to App.draw for every circle (which for management often means a loop to draw everything in a vector or an array).
His drawing code is ok, he doesn't need to store the circles.