Chaos Corona Forum

Chaos Corona for 3ds Max => [Max] Feature Requests => [Max] Resolved Feature Requests => Topic started by: Bzuco on 2017-05-05, 21:54:41

Title: CoronaNormal flip defaults according to 3dsmax preferences
Post by: Bzuco on 2017-05-05, 21:54:41
(http://images.bzucko.sk/coronaNormal.jpg)

Corona 1.5, 1.6. I didn't test this on older releases, maybe this issue is here from the beginning.
Title: Re: CoronaNormal map default settings - wrong shading
Post by: romullus on 2017-05-05, 22:35:37
Yes, Corona reads normal maps like that from the beginning, and no, it's not a bug. 3ds Max expects normal maps to be -Y and Corona for 3ds Max, complies with that.
Title: Re: CoronaNormal map default settings - wrong shading
Post by: Bzuco on 2017-05-05, 23:25:41
Could be the Y inverted as default...so we dont need set that value everytime I load some normal map? :)
Title: Re: CoronaNormal map default settings - wrong shading
Post by: romullus on 2017-05-05, 23:41:48
It was inverted already for a brief time, but then returned to what it is now and i hope that it will stay that way. I work with 3ds max only, so i always take care that all my normal maps are in DirectX (-Y) format. If Corona would decide to go against its host app's standarts, then i would have to flip green channel everytime...
Title: Re: CoronaNormal map default settings - wrong shading
Post by: Ondra on 2017-05-08, 21:29:00
what if corona took the defaults from the 3dsmax global normal map settings? Would that be OK?
Title: Re: CoronaNormal map default settings - wrong shading
Post by: romullus on 2017-05-08, 21:33:44
Actually that might be good idea - that way both sides should be happy :]
Title: Re: CoronaNormal map default settings - wrong shading
Post by: Bzuco on 2017-05-09, 08:36:12
Set default state to checked for Flip green checkbox component would be enough and maybe small text hint with info about 3dsmax is working with -Y as designed.
Title: Re: CoronaNormal map default settings - wrong shading
Post by: Juraj on 2017-05-09, 14:03:04
Half of my normals maps are from Quixel which require Y-flip, and other from Allegorithmic Source, which don't.  (yes, each app let's me do different export, but then I would forget which individual map is which so I adhere to global setting)

Damn standards :- ( Would be cool if there was automatic detection possible just like with gamma. But maybe that depends too much on visual perception to be easily coded.
Title: Re: CoronaNormal map default settings - wrong shading
Post by: Ondra on 2017-05-09, 20:43:24
Set default state to checked for Flip green checkbox component would be enough and maybe small text hint with info about 3dsmax is working with -Y as designed.
then the other half of users would get pissed :/
Title: Re: CoronaNormal map default settings - wrong shading
Post by: Bzuco on 2017-05-10, 09:44:56
then the other half of users would get pissed :/
..so there are only few options:
1. let's voting :D
2. some corona.ini file with user settings
3. maxscript
Code: [Select]
n = CoronaNormal()
n.flipGreen = n.addGamma = on
meditMaterials[medit.GetActiveMtlSlot()].texmapBump = n