@ComteDracula .. for my part, I deleted scene 119 and renamed scene 119a to 119. Is this OK? I just want to be sure, that there was only one scene with ET119.
FG119 et FG119A sont presque le même contenu cependant
le quad utilisé pour le shader dans FG119A a un mélange et une couleur
ajouté pour le ciel pour montrer un peu de bleu à travers. Oui.. Gardez le changement de nom que vous avez fait, et je ferai même sur le serveur. Merci. Vous pouvez supprimer FG104old. Il était juste là pour les tests de comparaison avec l'application Beyond Compare.
FG119 and FG119A are almost same content however
the quad used for shader in FG119A has blend and color
added for sky to show some blue through. Yes..Keep the name change you have made, and I will make same on server. Thanks. You can delete FG104old. It was just there for comparison testing with Beyond Compare app.
@R2D34ever2 FG104 , is it supposed to have a black outline ?
Yes it was a tad too much "in my face" for me without it.., however you can eliminate it, by bringing the 3D camera a touch forward by editing da .scn
camera {
type: 3D
angle: 45
pos: 0, 0, 768 //0, 0, 1200
target: 0, 0, 0
Thanks for that vghd.log.. interesting
It looks like my attempt to use a sRGB profile for the iS logo texture was a dismal fail.
I was loading and saving textures using
the ImageMagick Display app, thinking good they were now in the
IM default sRGB color profile. ( they were afterall a tad smaller in byte size) ..Looked ok but clearly was a failed color profile change.
I will have to probably reinstall GIMP. Set its default color save profile to sRGB, and try to do it that way.
I wanted to change all the texture files in my rig, to sRGB standard via
ImageMagick and using a batch script on the command line, but wasn't yet sure of the correct batch syntax to use. I did not want to screw up all my files, so chickened out and resaved in IM Display just the textures which I needed.. In my vghd.log that appears to have eliminated the sRGB errors. In yours however it does not seem to work out that way
😪https://stackoverflow.com/questions/22745076/libpng-warning-iccp-known-incorrect-srgb-profile
@TheEmu thanks, that is exactly what I was looking for