Legion
Legion
CC#
Created by Legion on 12/30/2023 in #help
✅ Is there a library for processing FBX or GLTF files?
thanks :)
21 replies
CC#
Created by Legion on 12/30/2023 in #help
✅ Is there a library for processing FBX or GLTF files?
assuming that works, i just need a way to do the same with the normal maps
21 replies
CC#
Created by Legion on 12/30/2023 in #help
✅ Is there a library for processing FBX or GLTF files?
might actually work, in 2D i've captured the viewport with a transparent background, in 3D assuming im using an orthographic camera, i should be able to create a separate program to loop through a collection of models.
21 replies
CC#
Created by Legion on 12/30/2023 in #help
✅ Is there a library for processing FBX or GLTF files?
im not currently sure there is a way to render a 3d model in godot to a png
21 replies
CC#
Created by Legion on 12/30/2023 in #help
✅ Is there a library for processing FBX or GLTF files?
i've been looking for ways for godot to do that
21 replies
CC#
Created by Legion on 12/30/2023 in #help
✅ Is there a library for processing FBX or GLTF files?
It does seem like it might not be worth it yes. I just wish I had an on hand method of going from 3D to 2D at the simple run of a script lol
21 replies
CC#
Created by Legion on 12/30/2023 in #help
✅ Is there a library for processing FBX or GLTF files?
im using Godot :P
21 replies
CC#
Created by Legion on 12/30/2023 in #help
✅ Is there a library for processing FBX or GLTF files?
i was hoping to bypass blender for rendering because it seems rather difficult to systemise the process, on top of learning python lol. But i might have to agree once i've exhausted all other options.
21 replies
CC#
Created by Legion on 12/28/2023 in #help
✅ Does anyone know why Validator.ValidateObject only validates properties and not fields?
thanks,
43 replies
CC#
Created by Legion on 12/28/2023 in #help
✅ Does anyone know why Validator.ValidateObject only validates properties and not fields?
i fight a lot with the XmlSerializer, but anyway its a different issue :P how do i mark this as solved?
43 replies
CC#
Created by Legion on 12/28/2023 in #help
✅ Does anyone know why Validator.ValidateObject only validates properties and not fields?
no, im using a source generator to autofill some XML annotations, but the old generated file with the member is still a field apparently
43 replies
CC#
Created by Legion on 12/28/2023 in #help
✅ Does anyone know why Validator.ValidateObject only validates properties and not fields?
i think its just a problem with my source generator
43 replies
CC#
Created by Legion on 12/28/2023 in #help
✅ Does anyone know why Validator.ValidateObject only validates properties and not fields?
unless theres something really buggy going on lol
43 replies
CC#
Created by Legion on 12/28/2023 in #help
✅ Does anyone know why Validator.ValidateObject only validates properties and not fields?
Kinda strange thing, type.GetProperties() does not return autoproperties, but GetFields() does
43 replies
CC#
Created by Legion on 12/28/2023 in #help
✅ Does anyone know why Validator.ValidateObject only validates properties and not fields?
thats good to know, untill now i kinda felt that { get; set; } was essentially a more verbose way of declaring a field unless you implemented them
43 replies
CC#
Created by Legion on 12/28/2023 in #help
✅ Does anyone know why Validator.ValidateObject only validates properties and not fields?
fair enough, i'll switch them over
43 replies
CC#
Created by Legion on 12/28/2023 in #help
✅ Does anyone know why Validator.ValidateObject only validates properties and not fields?
i wasnt aware, is that because of reflection differences?
43 replies
CC#
Created by Legion on 12/28/2023 in #help
✅ Does anyone know why Validator.ValidateObject only validates properties and not fields?
a little salty :/
43 replies
CC#
Created by Legion on 12/28/2023 in #help
✅ Does anyone know why Validator.ValidateObject only validates properties and not fields?
I guess im off the mind set that one should use a field until they need it to be a property, which is why im a little confused by this limitation
43 replies
CC#
Created by Legion on 11/27/2023 in #help
✅ embed images in output
Ah, resources, I should have googled better
6 replies