Hey Ashervisalis thanks for the feedback, really appreciated. I had rotated some food, (not all of them) but tried to rotate some to do this what you said, but yeah some still looking the same the daylight of street i'm struggling a bit to make it somewhat between reinhard and linear multiply, every time I adjust the ppv…
To correctly color manage your work you need to make sure you're telling each application in the chain what space it's input values are encoded in. Imported textures will have an import space to linear space transform applied (caveats apply for normal/data maps) next the textures will have a linear to working space…
@RENDERHJIS Hope you red it on scriptspot but maybe not so posting here again :\ Hello man, Congrat for your work. I'm using your plug in everyday now. Before uving was a nightmare but now i'm happy with it. That's why i'd like to donate you money. Not a lot but you're making things easier for us, your script is evolving…
For the time being, I am with Xoliul, handle it in your shader directly so you have exact control what gets gamma correction and what doesn't. I think the "goal" of linear workflow in 3dsMax is the right goal, but too many ways to accidentally de-gamma textures like normal maps resulting in very poor shading (worse then…
Unreal also uses a different tonemapper. Regardless if the lighting conditions are 100% identical, the linear to sRGB tonemapping is different at the moment. UE4.15+ uses ACEScg and while Painter has support for LUTs, they don't support ACES yet. I asked about it and it's coming in a future update. Edit: Also pretty much…
@eld- "Very true, but that has little to do with the graphics," IT does if your trying to maintain the bleeding edge of graphic fidelity increasing the linearity increases the amount of memory available by up to or over 3x... a linear corridor you only need to load (this is with streaming) infront and bwehind, if you grid…
Also, UE4 auto-detects the normal map and keeps it linear, so srgb will be disabled on import (which is what you want for data maps. For the roughness/metal/ao you will have to do this manually and set them to linear colour(provided they are packed)I advise packing these 3 maps into 3 separate channels of a single texture.…
I tried to use a custom shader in fx composer and also there the normal map looks fine with an other preset hlsl normal shader: when its right in maya (but its openGL) and right in fx composer (with directX), there should be a way to correct this within my shader.fx file. But unfortunately i very new to shader programming…
Is this extended? Is there any 3d in this beta? been hoping since release that they would make 3d usable? ( customisable viewport navigation so I could actually move without program dyslexia frustration ) less artifacts? better opengl performance? Otherwise, the other features look nice. I just wish they would rebuild…
This Is not really true.. The important thing to understand is how you visualize all these textures: Through a shaded 3d view. And our pbr shader interprets each channel a different way: - the maps containing color/lighting information (basecolor, diffuse, specular) are interpreted as sRGB and are consequently linearized…