[Opensg-users] OpenSGToolbox - UserInterfaces in VEs

2010-04-28 Thread Michael Raab
Hi David, hi all, has someone used the UserInterface library included in OpenSGToolbox in some kind of virtual environment? David, does the library support this in general or are there some constraints we need to know? Best regards, Michael -- GRATIS für alle GMX-Mitglieder: Die maxdome

[Opensg-users] TransformationMatrix::multFull

2010-04-28 Thread Andreas Halm
Hi, I got a warning when using multFull with a Vec3f, but the warning went away when converting the Vec3f to Pnt3f first ... OSGMatrix.inl line 1508: ValueType w = _matrix[0][3] * pntIn[0] + _matrix[1][3] * pntIn[1] + _matrix[2][3] * pntIn[2] +

Re: [Opensg-users] Direction of DirectionalLights

2010-04-28 Thread Carsten Neumann
Hello Theodore, Hall, Theodore wrote: The direction of DirectionalLights is opposite to what I expected, and opposite to the behavior of SpotLights -- at least in OpenSG 1.8. I've been tracing through the logic, and here's what I've figured out: From the OpenGL documentation:

Re: [Opensg-users] TransformationMatrix::multFull

2010-04-28 Thread Carsten Neumann
Hello Andreas, Andreas Halm wrote: I got a warning when using multFull with a Vec3f, but the warning went away when converting the Vec3f to Pnt3f first ... OSGMatrix.inl line 1508: ValueType w = _matrix[0][3] * pntIn[0] + _matrix[1][3] * pntIn[1] +

Re: [Opensg-users] TransformationMatrix::multFull

2010-04-28 Thread Carsten Neumann
Carsten Neumann wrote: For the Vec3 case we should probably remove the warning done in r2405. Cheers, Carsten -- ___ Opensg-users mailing list

Re: [Opensg-users] OpenSGToolbox - UserInterfaces in VEs

2010-04-28 Thread David Kabala
Hi Michael, Not yet, as far as I am aware, but it was written with that in mind. Some of classes needed for this are ready. User Interfaces are attached to a UIDrawingSurface. The UIDrawingSurface is used to draw the UserInterface. Currently there are two classes that can draw a

Re: [Opensg-users] [Opensg-commits] r2406 - trunk/Source/System/Dynamics/Base

2010-04-28 Thread Gerrit Voß
Hi, On Wed, 2010-04-28 at 17:40 -0500, opensg-comm...@external.lite3d.com wrote: Author: cneumann Date: Wed Apr 28 17:40:32 2010 New Revision: 2406 Trac changeset: http://www.opensg.org//changeset/2406 Modified: trunk/Source/System/Dynamics/Base/OSGFrameHandler.cpp

Re: [Opensg-users] [Opensg-commits] r2406 - trunk/Source/System/Dynamics/Base

2010-04-28 Thread Gerrit Voß
On Thu, 2010-04-29 at 08:12 +0800, Gerrit Voß wrote: Hi, On Wed, 2010-04-28 at 17:40 -0500, opensg-comm...@external.lite3d.com wrote: Author: cneumann Date: Wed Apr 28 17:40:32 2010 New Revision: 2406 Trac changeset: http://www.opensg.org//changeset/2406 Modified:

Re: [Opensg-users] [Opensg-commits] r2406 - trunk/Source/System/Dynamics/Base

2010-04-28 Thread Gerrit Voß
Hi, sorry the third, On Thu, 2010-04-29 at 10:44 +0800, Gerrit Voß wrote: On Thu, 2010-04-29 at 08:12 +0800, Gerrit Voß wrote: Hi, On Wed, 2010-04-28 at 17:40 -0500, opensg-comm...@external.lite3d.com wrote: Author: cneumann Date: Wed Apr 28 17:40:32 2010 New Revision: 2406

Re: [Opensg-users] [Opensg-commits] r2406 - trunk/Source/System/Dynamics/Base

2010-04-28 Thread Gerrit Voß
Hi, On Wed, 2010-04-28 at 23:18 -0500, Carsten Neumann wrote: Hello Gerrit, Gerrit Voß wrote: On Thu, 2010-04-29 at 10:44 +0800, Gerrit Voß wrote: On Thu, 2010-04-29 at 08:12 +0800, Gerrit Voß wrote: On Wed, 2010-04-28 at 17:40 -0500, opensg-comm...@external.lite3d.com wrote: