Problem:
Importing “flat” geometry into roblox studio does not produce correct results. Models that end up with a size of 0 on any axis appear to always be broken/invisible.
This is easy to test with an .FBX or an .OBJ consisting of two triangles as a “quad”.
Source in 3dsMax:
Source as FBX (problem exists with OBJ too)
quad.FBX (9.5 KB)
Results:
Note that the mesh has a correct “size” of (8,0,8) but no visible geometry.
Reproduction steps:
(Reproduces 100% of the time)
Import the above .FBX file into studio.
Use either the “Custom avatar” importer plugin, or the asset manager importer.
Any mesh with a size of 0 on one axis will produce corrupted results.
3 Likes
Interesting, I can reproduce the issue with your file, but exporting a 2-triangle quad from blender works fine.
4 Likes
Interesting, I wonder if I can reexport through blender… I’ll try and report back.
Update: That works but the scale got mangled somewhere… Seems blender doesn’t support text FBX files, fwiw.
2 Likes
Yeah I was hoping to compare ASCII fbx outputs, but I can’t get it from blender.
I think there may be something up with our importer, thanks for reporting, we’ll take a deeper look
6 Likes
I’m going to bump this because
A) it’s still broken
and
B) I have new information!
It seems quads, when they do import (say with a tree with fins) also get incorrect tangent and binormals generated.
When I generate the mesh myself and pass in the tangent information via the roblox cloud API, the tangents are generated correctly.
Quad on the left is just a straight 0…1 uv’d quad from 3dsmax via the studio importer, quad on the right is procedurally generated.
This also appears here (and I’ve seen it myself in my own trees too).
So the title basically explains the issue I am having; when the tree top covers the sun directly, it adds this weird white glow. I noticed a single fix that I do not like as it ruins the realism of the game which is to turn the Lighting.Brightness property to 0. Are there any other fixes to this issue that keep the Brightness the same for the sake of realism?
What I’m talking about: http://prntscr.com/uhve84
My current lighting properties: http://prntscr.com/uhvfo9
demo.rbxl (32.7 KB)
2 Likes
I am a little bit new, can you tell me how did you create the quad?
1 Like
Did you tick “Double Sided”?
That may fix it.
1 Like
i ticked “Double Sided” and it didn’t fix it.
2 Likes
This appears to be fixed now. Thanks!
system
(system)
Closed
November 20, 2023, 12:57am
#10
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.