gdx-proto icon indicating copy to clipboard operation
gdx-proto copied to clipboard

Extract all fps-demo related files into a new project

Open Caresilabs opened this issue 10 years ago • 8 comments

All references to the demo should be moved to a new project so gdx-proto can be used as a library.

Caresilabs avatar Aug 29 '14 11:08 Caresilabs

Yeah, gdx-proto being made into a library is something that needs to be done but it gives me a headache just thinking about it. Definitely doable though.

jrenner avatar Aug 29 '14 13:08 jrenner

We will help :) And it will be totally worth it!

Caresilabs avatar Aug 29 '14 14:08 Caresilabs

Before any work on this is done there should probably be a short document detailing what needs to be done and how

jrenner avatar Aug 29 '14 15:08 jrenner

I agree! I have time tomorrow to work on the engine. Finishing terrain class.

Nice work on billboard! Is it possible to change the UV coordinates to a texture regions so the user can use texture atlas?

Caresilabs avatar Aug 29 '14 16:08 Caresilabs

Yes, that's exactly what it does. Check the billboard model code in ModelManager On Aug 30, 2014 12:01 AM, "Caresilabs" [email protected] wrote:

I agree! I have time tomorrow to work on the engine. Finishing terrain class.

Nice work on billboard! Is it possible to change the UV coordinates to a texture regions so the user can use texture atlas?

— Reply to this email directly or view it on GitHub https://github.com/jrenner/gdx-proto/issues/7#issuecomment-53895453.

jrenner avatar Aug 29 '14 16:08 jrenner

Yes I know however I phrased my question a bit wrong.

Now what it does is creating a billboard model with regions.

If I want 2 billboards with 2 different regions do I have to create a new model? Because if we could use the same model (save memory) that would be best.

Cheers

Caresilabs avatar Aug 29 '14 16:08 Caresilabs

I get it now. I'm not sure it's possible, but on the other hand, models with such few vertices shouldn't take up much memory On Aug 30, 2014 12:15 AM, "Caresilabs" [email protected] wrote:

Yes I know however I phrased my question a bit wrong.

Now what it does is creating a billboard model with regions.

If I want 2 billboards with 2 different regions do I have to create a new model? Because if we could use the same model (save memory) that would be best.

Cheers

— Reply to this email directly or view it on GitHub https://github.com/jrenner/gdx-proto/issues/7#issuecomment-53897335.

jrenner avatar Aug 29 '14 16:08 jrenner

Cant find a UV coordinate attribute for material so that's sad :/ well yes its cheap vertices at least :)

Have you thought about lod? I know we have a lot in front of us, just wondering in general :)

Caresilabs avatar Aug 29 '14 17:08 Caresilabs