Where ALS sucks (or not)

Everything in connection with developing aircraft for FlightGear
valery
Posts: 84
Joined: Thu Jun 02, 2016 5:09 pm

Where ALS sucks (or not)

Postby valery » Thu Dec 15, 2016 9:21 am

Hi,
this morning, I was trying to make interior shadows for ALS. Why ALS do not compute this itself is still a mystery to me (though dev seems to have some reasons to ignore shadows with ALS, it's still a mystery why a GL renderer do not render shadows by himself).
Anyway, cubemaps done, effect.eff done, etc.. ok, let's try ... sucks: some objects display shadows, some others not. Trying many things, but in fact: trouble comes when you use two effects on the same object: only the first effect is rendered, the second one is completely bypassed.
So, you cannot have a shadow effect on your main panel, and a light effect at the same time: you must choose only one !

I really don't want to put my hands in the FG code, 1st I don't have time for this, 2cd I'm not sure to be able to understand all the mess w/o heps, 3rd the team is so ennoying and blablah'ing I don't want to start a "one year" long discussion for 10 lines of code. So, no shadows on my main panel, I prefer to keep my beautiful ligthning effect.

But perhaps there's a tradeoff, perhaps someone here knows how to solve this trouble, or perhaps I misunderstand something ...
Thanks,

User avatar
IAHM-COL
Posts: 6413
Joined: Sat Sep 12, 2015 3:43 pm
Location: Homey, NV (KXTA) - U.S.A
Contact:

Re: Where ALS sucks (or not)

Postby IAHM-COL » Thu Dec 15, 2016 9:53 am

I can confirm your assessments.

The most important one: in FG you cannot have more than one effect per object.

The effect with the name "combined" rendering is able to compute combined effects and apply per example lightmaps, normal maps and reflect shaders (we already used it on the bell fuselage)

I don't know if it can be used for combining more or different effects as needed like shadows and other als stuff. But it's an idea to explore.

The code is not source, but you find it in FG data effects directory.
https://raw.githubusercontent.com/IAHM-COL/gpg-pubkey/master/pubkey.asc

R.M.S.
If we gave everybody in the World free software today, but we failed to teach them about the four freedoms, five years from now, would they still have it?

valery
Posts: 84
Joined: Thu Jun 02, 2016 5:09 pm

Re: Where ALS sucks (or not)

Postby valery » Thu Dec 15, 2016 10:18 am

Thanks, I hoped a solution, perhaps with future FG ...
One other limitation I found this morning: you cannot differenciate a combined-effect from ALS and Rembrandt. eg. :

Code: Select all

   
<effect>
   <inherits-from>Effects/instruments-1-lights2</inherits-from>
       <condition>
            <property>sim/rendering/rembrandt/enabled</property>
       </condition>
   <object-name>PamelaBoobs</object-name>
</effect>


With the code above, ALS will still use the effect, the <condition> tag is completely ignored. Very weird too.

User avatar
IAHM-COL
Posts: 6413
Joined: Sat Sep 12, 2015 3:43 pm
Location: Homey, NV (KXTA) - U.S.A
Contact:

Re: Where ALS sucks (or not)

Postby IAHM-COL » Thu Dec 15, 2016 10:36 am

Can you apply a condition like that in any (other) FG effect?

(I had seen sometimes the use of conditionals to apply _or not_ an effect. I am just not sure where you apply or howto code such preprocessors)

****

Edit: LMAO!!

valery wrote:

Code: Select all

   
<effect>

   <object-name>PamelaBoobs</object-name>
</effect>



How about instead something more "genetically" relevant (vs Plastic)
Image

Code: Select all

   
<effect>

   <object-name>Dolly_sUdder</object-name>
</effect>
https://raw.githubusercontent.com/IAHM-COL/gpg-pubkey/master/pubkey.asc

R.M.S.
If we gave everybody in the World free software today, but we failed to teach them about the four freedoms, five years from now, would they still have it?

valery
Posts: 84
Joined: Thu Jun 02, 2016 5:09 pm

Re: Where ALS sucks (or not)

Postby valery » Thu Dec 15, 2016 11:04 am

It's a matter of taste ! I prefer her when she had blond hair, and more young, not with this wig (she's looking terrific here, ravages of time probably)

valery
Posts: 84
Joined: Thu Jun 02, 2016 5:09 pm

Re: Where ALS sucks (or not)

Postby valery » Thu Dec 15, 2016 12:54 pm

I don't know if it can be used for combining more or different effects as needed like shadows and other als stuff. But it's an idea to explore.


I was thinking about this since your last message: one way to explore is to dev our own shader that will do the job. Docs/README.Effects has some nice informations, GLSL dev is a bit old for me, but it could be a chance to investigate this way in order to refresh my knowledges. Next todo ... but I must finalize my engines before anything else (I was making a pause until next week, some headaches you know :) ...)
CU

User avatar
KB7
Posts: 76
Joined: Sat Nov 05, 2016 4:36 pm

Re: Where ALS sucks (or not)

Postby KB7 » Thu Dec 15, 2016 4:12 pm

Code: Select all

   
<effect>

   <object-name>Dolly_sUdder</object-name>
</effect>


I read that as "Dolly Slider," and thought you were going to incorporate a slide control to move one's sheep around the cockpit.

That control, from one aircraft to another, would be very easy to clone.
Primarily props / twins and small business/personal jets. IRL home airport KBMI, FG homes KLAS / KXTA.
Favorites: Cessna 421 "Golden Eagle," Twin Otter, BAe-125. A plane isn't my plane until I've modded the cockpit to the way I like it.


Return to “Aircraft Development”

Who is online

Users browsing this forum: No registered users and 58 guests