SSU Development Thread (3.0 to 4.0)

GLS

Well-known member
Orbiter Contributor
Addon Developer
Joined
Mar 22, 2008
Messages
5,956
Reaction score
2,976
Points
188
Website
github.com
We do:

AFD_A1U.jpg

What mesh is that?
 

DaveS

Addon Developer
Addon Developer
Donator
Beta Tester
Joined
Feb 4, 2008
Messages
9,457
Reaction score
712
Points
203
Oh, I see now. There's something in front of that panel. That's why it wasn't visible on blender.
Yes, some kind of "window" that's supposed to act as a shader for whatever reason. We could delete or hide that particular mesh group as it isn't supposed to be there. The name is A1shadow.
 

GLS

Well-known member
Orbiter Contributor
Addon Developer
Joined
Mar 22, 2008
Messages
5,956
Reaction score
2,976
Points
188
Website
github.com
Yes, some kind of "window" that's supposed to act as a shader for whatever reason. We could delete or hide that particular mesh group as it isn't supposed to be there. The name is A1shadow.

Let me just get the panel switches moving and then we'll see how it looks.
 

DaveS

Addon Developer
Addon Developer
Donator
Beta Tester
Joined
Feb 4, 2008
Messages
9,457
Reaction score
712
Points
203
Let me just get the panel switches moving and then we'll see how it looks.
For the record here's a good shot of the A1 panels from STS-104:

sts104-326-005.jpg
 

DaveS

Addon Developer
Addon Developer
Donator
Beta Tester
Joined
Feb 4, 2008
Messages
9,457
Reaction score
712
Points
203
And it is in shadow.
It just looks wrong with the omniscient lighting that Orbiter uses for VC lighting currently. So in my mind the shadow needs to go.
 

Donamy

Addon Developer
Addon Developer
Donator
Beta Tester
Joined
Oct 16, 2007
Messages
6,924
Reaction score
232
Points
138
Location
Cape
Could be toned down abit.
 

DaveS

Addon Developer
Addon Developer
Donator
Beta Tester
Joined
Feb 4, 2008
Messages
9,457
Reaction score
712
Points
203
I hope we will do this much easier in the next Orbiter version. :lol:
Yes. The next Orbiter will support local lights for VCs as well as the exterior. That is something Orbiter currently doesn't support.
 

Urwumpe

Not funny anymore
Addon Developer
Donator
Joined
Feb 6, 2008
Messages
37,662
Reaction score
2,383
Points
203
Location
Wolfsburg
Preferred Pronouns
Sire
It just looks wrong with the omniscient lighting that Orbiter uses for VC lighting currently. So in my mind the shadow needs to go.

I am not sure - a good shadow could add some necessary depth.

Also, our cockpit is far too clean anyway already.
 

Donamy

Addon Developer
Addon Developer
Donator
Beta Tester
Joined
Oct 16, 2007
Messages
6,924
Reaction score
232
Points
138
Location
Cape
I don't think it is too much, by this shot. But the panel 13L needs to be lowered and aft slightly.
 

Attachments

  • panelshadow.jpg
    panelshadow.jpg
    235.6 KB · Views: 238

DaveS

Addon Developer
Addon Developer
Donator
Beta Tester
Joined
Feb 4, 2008
Messages
9,457
Reaction score
712
Points
203
I don't think it is too much, by this shot. But the panel 13L needs to be lowered and aft slightly.
That looks much better. And I agree on R13L, we do have a ticket for it as well as the aft keyboard and MDU.
 

Donamy

Addon Developer
Addon Developer
Donator
Beta Tester
Joined
Oct 16, 2007
Messages
6,924
Reaction score
232
Points
138
Location
Cape
That looks much better. And I agree on R13L, we do have a ticket for it as well as the aft keyboard and MDU.

I didn't do anything to it.

---------- Post added at 04:42 PM ---------- Previous post was at 04:40 PM ----------

I am not sure - a good shadow could add some necessary depth.

Also, our cockpit is far too clean anyway already.

The holy grail would be, having the aft monitors working. :hailprobe:
 

Urwumpe

Not funny anymore
Addon Developer
Donator
Joined
Feb 6, 2008
Messages
37,662
Reaction score
2,383
Points
203
Location
Wolfsburg
Preferred Pronouns
Sire
I didn't do anything to it.

It isn't about blaming somebody. The graphics are visibly off and have to get fixed... you might not have started the war, but you have the chance to end it.

---------- Post added at 06:44 PM ---------- Previous post was at 06:43 PM ----------

The holy grail would be, having the aft monitors working. :hailprobe:

Trust me: If I would know a way to do this in this lifetime, I would already have done so. :cheers:

The problem is: we would need to write our own graphics client for this.
 

Donamy

Addon Developer
Addon Developer
Donator
Beta Tester
Joined
Oct 16, 2007
Messages
6,924
Reaction score
232
Points
138
Location
Cape
I didn't mean it like that. I meant I didn't fix anything, when DaveS replied it looked better.
 

DaveS

Addon Developer
Addon Developer
Donator
Beta Tester
Joined
Feb 4, 2008
Messages
9,457
Reaction score
712
Points
203
I didn't do anything to it.
I realized this just now. The reason why I thought you had changed it was because you had taken your screenshot most likely during orbital night. During orbital day (mine was taken as the sun shone directly through the FWD windows) you get the ugly almost foggy look of the A1 panels. This is why wanted the shadow mesh gone, to have a uniform appearance through-out.

Just to illustrate the differences:

Orbital day look:
AFD_A1U.jpg


Orbital night look:
AFD_A1U_night.jpg
 

Donamy

Addon Developer
Addon Developer
Donator
Beta Tester
Joined
Oct 16, 2007
Messages
6,924
Reaction score
232
Points
138
Location
Cape
I realized this just now. The reason why I thought you had changed it was because you had taken your screenshot most likely during orbital night. During orbital day (mine was taken as the sun shone directly through the FWD windows) you get the ugly almost foggy look of the A1 panels. This is why wanted the shadow mesh gone, to have a uniform appearance through-out.

Mine was taken orbital day, payload bay facing earth.
 
Last edited:

GLS

Well-known member
Orbiter Contributor
Addon Developer
Joined
Mar 22, 2008
Messages
5,956
Reaction score
2,976
Points
188
Website
github.com
I just committed panel A1U, but it I can't get the mouse events to be detected. Not sure if it is related to the panel A8 issue.

---------- Post added at 11:03 PM ---------- Previous post was at 08:57 PM ----------

It seems that the oapiVCSetAreaClickmode_Quadrilateral function doesn't work with non-rectangular areas, contrary its description:
The area can define any flat quadrilateral in space. It is not limited to rectangles, but all 4 points should be in the same plane.
 
Top