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

Support scaling of meshes in MeshLibrary #1617

Open
sairam4123 opened this issue Oct 6, 2020 · 1 comment
Open

Support scaling of meshes in MeshLibrary #1617

sairam4123 opened this issue Oct 6, 2020 · 1 comment

Comments

@sairam4123
Copy link

sairam4123 commented Oct 6, 2020

Describe the project you are working on: City Building Game

Describe the problem or limitation you are having in your project:
Mesh's or Object's scaling is reset when you convert a scene into a MeshLibrary.

Describe the feature / enhancement and how it helps to overcome the problem or limitation:
Support scaling of Object or Mesh in Meshlib.

Describe how your proposal will work, with code, pseudocode, mockups, and/or diagrams:
I don't have one right now, I'll make one.

If this enhancement will not be used often, can it be worked around with a few lines of script?:
I've not researched about this. But I think, there's no way to workaround this with GDScript, there might be a way to workaround this issue with GDNative though.

Is there a reason why this should be core and not an add-on in the asset library?:
This is a little feature, but a important one that saves a lot of time for the developers.

@sairam4123 sairam4123 changed the title Scaling of Objects in MeshLibrary. Support Scaling of Objects in MeshLibrary. Oct 6, 2020
@sairam4123 sairam4123 changed the title Support Scaling of Objects in MeshLibrary. Support Scaling of Meshes in MeshLibrary. Oct 6, 2020
@Calinou Calinou changed the title Support Scaling of Meshes in MeshLibrary. Support scaling of meshes in MeshLibrary Oct 6, 2020
@aaronfranke
Copy link
Member

Makes sense. However, this would make the most sense to at the level of creating the MeshLibrary. This way MeshLibrary doesn't need to know about scaled meshes, only the tool that converts scenes to MeshLibrary needs to know about it.

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

No branches or pull requests

3 participants