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

Normals in .dds textures #3

Open
zer0Kerbal opened this issue May 12, 2022 · 0 comments
Open

Normals in .dds textures #3

zer0Kerbal opened this issue May 12, 2022 · 0 comments
Assignees
Labels
bug 🐛 An issue with the system. Something isn't working... KSC... we have an error code issue: model issue type issue: texture issue type

Comments

@zer0Kerbal
Copy link
Owner

From SphericalTanksOld created by zer0Kerbal: zer0Kerbal/SphericalTanksOld#2

per @JadeOfMaar
image

I just noticed that this commit is not present in the Spherical Tanks release due to my happening to install it while working on TAC LS support for SSPXr. I got MM errors.

Side note: I noticed the normals problem myself. I figured that while they are saved as DDS, they're saved under DXT5 when they should be DXT5_NM which naturally includes some channel swapping.

image

@hypodronic Bad normals in geometry, not the texture, are usually simply "reversed normals" and result in invisible polygons or polygons that are visible from the wrong side. If the light angles of a part are bad (such that you see the hard edge between every other polygon like on a low-poly sphere) then that's the phong angle-- the light angle in the geometry is too sharp and fixing that requires the model to be ripped or re-exported.

@settings settings bot removed bug labels May 12, 2022
@zer0Kerbal zer0Kerbal self-assigned this Jul 30, 2022
@zer0Kerbal zer0Kerbal added bug 🐛 An issue with the system. Something isn't working... KSC... we have an error code issue: model issue type issue: texture issue type labels Jul 30, 2022
@zer0Kerbal zer0Kerbal pinned this issue Jul 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 An issue with the system. Something isn't working... KSC... we have an error code issue: model issue type issue: texture issue type
Projects
None yet
Development

No branches or pull requests

1 participant