Board index FlightGear Development Effects and shaders

Compositor, mouse not work on sensitive areas

An exciting "new" option in FlightGear, that includes reflections, lightmaps, the particle system etc.. A lot is yet to be discovered/implemented!

Compositor, mouse not work on sensitive areas

Postby abassign » Fri Mar 08, 2019 8:55 am

I'm starting with the knowledge of Compositor, I think it would be useful to have a special space in this forum to better group experiences and questions of us users.
Meanwhile, I wanted to report a compositor problem:
When I install it whether it is active, not active, the mouse no longer works on sensitive areas of the aircraft.
If I recompile with compositor option in OFF , the mouse work correctly.
Developer of the program https://wiki.flightgear.org/Julia_photoscenery_generator
FDM developer of the G91R1B aircraft https://wiki.flightgear.org/FIAT_G91R1B
JSBSim collaborator
abassign
 
Posts: 947
Joined: Mon Feb 27, 2012 6:09 pm
Location: Italy (living 5 Km from airport LIME)
Callsign: I-BASSY
Version: 2020.4
OS: Ubuntu 20.10

Re: Compositor, mouse not work on sensitive areas

Postby legoboyvdlp » Fri Mar 08, 2019 10:48 am

It is a known problem, you must remove the second camera in Low-spec.xml to solve this.
User avatar
legoboyvdlp
 
Posts: 7981
Joined: Sat Jul 26, 2014 2:28 am
Location: Northern Ireland
Callsign: G-LEGO
Version: next
OS: Windows 10 HP

Re: Compositor, mouse not work on sensitive areas

Postby abassign » Fri Mar 08, 2019 5:10 pm

legoboyvdlp wrote in Fri Mar 08, 2019 10:48 am:It is a known problem, you must remove the second camera in Low-spec.xml to solve this.


Is ok now without remove the 2th camera!
I modify the file : ... fgfs/install/flightgear/fgdata/Compositor/LowSpec/low-spec.xml

Code: Select all
<PropertyList>
  <name>low-spec</name>
  <pass n="0">
    <name>far-pass</name>
    <type>scene</type>
    <z-near>100.0</z-near>
    <!--
    <z-far>120000.0</z-far>
    -->
  </pass>

    <name>near-pass</name>
    <type>scene</type>
    <cull-mask>0xfff7ff</cull-mask>
    <!-- Cull the sky (bit 11 off) -->
    <!-- Only clear the depth buffer so color information isn't overwritten -->
    <clear-color-bit>false</clear-color-bit>
    <clear-depth-bit>true</clear-depth-bit>
    <clear-stencil-bit>false</clear-stencil-bit>
    <z-near>0.1</z-near>
    <z-far>100.0</z-far>

</PropertyList>


And I work without remove the 2th camera!

Image
Developer of the program https://wiki.flightgear.org/Julia_photoscenery_generator
FDM developer of the G91R1B aircraft https://wiki.flightgear.org/FIAT_G91R1B
JSBSim collaborator
abassign
 
Posts: 947
Joined: Mon Feb 27, 2012 6:09 pm
Location: Italy (living 5 Km from airport LIME)
Callsign: I-BASSY
Version: 2020.4
OS: Ubuntu 20.10


Return to Effects and shaders

Who is online

Users browsing this forum: No registered users and 4 guests