Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extract all fps-demo related files into a new project #7

Open
Caresilabs opened this issue Aug 29, 2014 · 8 comments
Open

Extract all fps-demo related files into a new project #7

Caresilabs opened this issue Aug 29, 2014 · 8 comments

Comments

@Caresilabs
Copy link
Contributor

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

@jrenner
Copy link
Owner

jrenner commented Aug 29, 2014

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.

@Caresilabs
Copy link
Contributor Author

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

@jrenner
Copy link
Owner

jrenner commented Aug 29, 2014

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

@Caresilabs
Copy link
Contributor Author

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?

@jrenner
Copy link
Owner

jrenner commented Aug 29, 2014

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
#7 (comment).

@Caresilabs
Copy link
Contributor Author

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

@jrenner
Copy link
Owner

jrenner commented Aug 29, 2014

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
#7 (comment).

@Caresilabs
Copy link
Contributor Author

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 :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants