Hi,
On Tue, 2006-02-21 at 18:42 +0100, Carlo Moritz Göllner wrote:
> Hello,
>
> recently, I wrote:
>
> >> did you call Thread::getCurrentChangeList()->commitChanges();
>
> > indeed, this fixed it. The aspects are more or less synchronized now.
> > I still can't see my geometry.
>
> > I export
On Tue, 2006-02-21 at 11:53 -0600, Dirk Reiners wrote:
> Hi Patrick,
>
> On Tue, 2006-02-21 at 11:30 -0600, Patrick Hartling wrote:
> >
> > I tried testing this with VR Juggler 2.1 a couple of hours ago, and it does
> > not work in debug mode. I couldn't figure out why, but I suspected that
Hi Patrick,
On Tue, 2006-02-21 at 11:30 -0600, Patrick Hartling wrote:
>
> I tried testing this with VR Juggler 2.1 a couple of hours ago, and it does
> not work in debug mode. I couldn't figure out why, but I suspected that
> inlining (or lack thereof) was playing a role. It works like
Hello,
recently, I wrote:
>> did you call Thread::getCurrentChangeList()->commitChanges();
> indeed, this fixed it. The aspects are more or less synchronized now.
> I still can't see my geometry.
> I exported the scenegraph in aspect 1. The vertex position indices show up in
> the .osg file. Ho
Dirk Reiners wrote:
> Hi Marcus,
>
> On Thu, 2006-02-16 at 17:24 +0100, Marcus Lindblom wrote:
>> I forgot that, in order to make this work, you need some to force the
>> evaluation of this. You could include something like the following, to
>> check it from every file during app-startup (
Hi Marcus,
On Thu, 2006-02-16 at 17:24 +0100, Marcus Lindblom wrote:
>
> I forgot that, in order to make this work, you need some to force the
> evaluation of this. You could include something like the following, to
> check it from every file during app-startup (pre-main).
>
> struct C
Hi Matthias,
On Tue, 2006-02-21 at 10:26 +0100, Matthias Stiller wrote:
> osgHello,
>
> I tried to compile todays CVS with the MSVC2003 compiler and got
> problems in OSGRefPtr as well as OSGFieldContainerImpl. When I comment
> out the unspecified_bool_type operator it seems to compile
Hi everybody,
the call for papers for IVEVA 2006 has been published.
The IVEVA conference aims to provide a friendly environment to discuss
ideas in Intelligent Virtual Environments and Virtual Agents. In this
sense, the conference is intended to promote the exchange of ideas
between AI
osgHello,
I tried to compile todays CVS with the MSVC2003 compiler and got
problems in OSGRefPtr as well as OSGFieldContainerImpl. When I comment
out the unspecified_bool_type operator it seems to compile again.
Can somebody shed some light onto it ? What is it needed for, never
heard of that