Re: [Flightgear-devel] Not only landing lights...

2006-10-26 Thread Mathias Fröhlich
Hi, please don't. Problems: - Lighting is done only at the triangle ends, that is we have strange effects if the light sources are smaller than the usual triangles. This is the case with current scenery. - Additional lights cost plenty of resources. - With osg this may be better doable with mu

Re: [Flightgear-devel] Not only landing lights...

2006-10-26 Thread Yurik V. Nikiforoff
This is light patch for devel branch of fgfs. -- Wbr, Yurik light_source_devel.tar.gz Description: application/tgz - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pr

Re: [Flightgear-devel] Not only landing lights...

2006-10-26 Thread Melchior FRANZ
* Jean-Yves Lefort -- Thursday 26 October 2006 15:38: > This one: > > http://people.freebsd.org/~jylefort/flightgear-aircraft-lights.diff Yes. The main difference is that your code looks very clean. :-) m. - Using Tomcat

Re: [Flightgear-devel] Not only landing lights...

2006-10-26 Thread Jean-Yves Lefort
On Wed, 25 Oct 2006 09:56:24 +0200 Melchior FRANZ <[EMAIL PROTECTED]> wrote: > * Yurik V. Nikiforoff -- Wednesday 25 October 2006 07:24: > > There are two problems around this issue. > > These two problems sound exactly like the ones that we had with > another light patch a while ago. It was done

Re: [Flightgear-devel] Not only landing lights...

2006-10-25 Thread Mike Dusseault
Ah, that explains it.  Thanks for the quick response.  Will await the next patch. :)Mike. - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make

Re: [Flightgear-devel] Not only landing lights...

2006-10-25 Thread Yurik V. Nikiforoff
В сообщении от 26 Октябрь 2006 12:20 Mike Dusseault написал(a): > I hit one error with your center variable in lightmgr.hxx/.cxx. The > FGScenery class I have defines get_center as returning SGVec3d&, not > Point3D&. I changed it to SGVec3d and that compiled. But then: Yes, I get this error to

Re: [Flightgear-devel] Not only landing lights...

2006-10-25 Thread Mike Dusseault
Hi Yurik,Just trying to build your patch.  Looked nice, so I figured I would give it a test.  Unfortunately, it won't build for me.I hit one error with your center variable in lightmgr.hxx/.cxx.  The FGScenery class I have defines get_center as returning SGVec3d&, not Point3D&.  I changed it to SGV

Re: [Flightgear-devel] Not only landing lights...

2006-10-25 Thread Yurik V. Nikiforoff
В сообщении от 25 Октябрь 2006 14:56 Melchior FRANZ написал(a): > These two problems sound exactly like the ones that we had with > another light patch a while ago. It was done the wrong way (lights > not in the scenegraph) and was unfixable. According to Mathias, > who knows his stuff. :-) I fix

Re: [Flightgear-devel] Not only landing lights...

2006-10-25 Thread Vadym Kukhtin
2006/10/25, Yurik V. Nikiforoff <[EMAIL PROTECTED]>: Night landingits look like projector(?) is more bigger than the aircraft...or at least more powerfull :)-- ---WBR, Vadym. - Using Tomcat but need to do more? Need to support

Re: [Flightgear-devel] Not only landing lights...

2006-10-25 Thread Darko Tasovac
This looks fantastic :) Yurik V. Nikiforoff wrote: > Night landing > > > > > > > > > > --

Re: [Flightgear-devel] Not only landing lights...

2006-10-25 Thread Yurik V. Nikiforoff
Night landing -- Wbr, Yurik <> - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Serv

Re: [Flightgear-devel] Not only landing lights...

2006-10-25 Thread Melchior FRANZ
* Yurik V. Nikiforoff -- Wednesday 25 October 2006 07:24: > There are two problems around this issue. These two problems sound exactly like the ones that we had with another light patch a while ago. It was done the wrong way (lights not in the scenegraph) and was unfixable. According to Mathias, w