this post was submitted on 07 Aug 2023
1836 points (98.4% liked)

Firefox

17937 readers
37 users here now

A place to discuss the news and latest developments on the open-source browser Firefox

founded 4 years ago
MODERATORS
 

cross-posted from: https://lemm.ee/post/3376057

I held off on Windows 10 for as long as I could until my job required it. Now this nonsense. I hope this isn't the start of them joining on the web DRM bandwagon.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 1 points 1 year ago (1 children)

Then it can't be used for community repaints. Of course i wont share the source 3D model with the community, just the exported ingame model, as its payware

Yes, there are tools to paint on models many years ago, i've seen this in blender 10+ years ago, but its not suitable to support after release repaints, also automatic uv maps are not efficiently use the texture (too many small islands, with padding between).

[โ€“] [email protected] 1 points 1 year ago* (last edited 1 year ago)

Apologies my experience is with video games. Useally creating seams and manually unwrapping is my go-to method because I can control exactly how an object is unwrapped(though no padding can cause issues with really low texture resolutions because islands will bleed into each other). Then i use Substance to create all the textures and export them into the desired configuration and format.

Though I assume your textures will be saved in a format that preserves the layers so the user can isolate the body paint and the decals if they need to change them (don't have much experience with that pipeline).

Useally what I do for decals is have them as a separate material using an atlas texture (grayscale only for alpha mask so players can choose decal colors) if users need to modify it but as you mention you can only have one material.

Also I want to guess that is a diffuse map for a train, never have the patience to do 1 to 1 recreations of real life vehicles (people get really picky about detail)