Thanks Christophe, both your vpbmaster.cpp and Destination.cpp changes
are now checked in.

On Tue, Oct 7, 2008 at 7:06 PM, christophe loustaunau
<[EMAIL PROTECTED]> wrote:
> Hi,
>
> If osg is compiled with OSG_USE_FLOAT_BOUNDINGSPHERE = OFF
> There is compile errors with VPB :
>
> osg::maximum(cutOffDistance,
> pagedLOD->getBound().radius()*_dataSet->getRadiusToMaxVisibleDistanceRatio());
>
> cutOffDistance is a float and the other part a double.
>
> Here is the file Destination.cpp modified.
>
> Regards.
>
> On Tue, Oct 7, 2008 at 6:47 PM, christophe loustaunau
> <[EMAIL PROTECTED]> wrote:
>>
>> Hi,
>>
>> osg build fine : vista 32bit VC++ 2005 (VC8) and cmake 2.6.
>> vpb build fine : same configuration.
>>
>> But with vpbmaster I have a little problem :
>>
>> If I use the option --run-path d:\tmp
>> vpbmaster write in the task files : --run-path C:\Users\Christophe
>>
>> It seems to use the default path and not the path I have specified.
>> I have just added the line
>>
>> taskManager->setRunPath(runPath);
>>
>> when vpbMaster read the --run-path option and it works. I don't know if
>> it's the better solution but anyway
>> here is the file modified vpbmaster.cpp
>>
>> Regards.
>>
>>
>> On Tue, Oct 7, 2008 at 6:19 PM, Robert Osfield <[EMAIL PROTECTED]>
>> wrote:
>>>
>>> Hi All,
>>>
>>> Once the the OSG-2.7.3 dev release is tagged, I follow up with a
>>> VPB-0.9.8 dev release.  So... I'd also appreciate testing of VPB
>>> svn/trunk which requires OSG svn/trunk.  Once both of these are out
>>> we'll have a paired release for VPB/OSG once more.
>>>
>>> Robert.
>>> _______________________________________________
>>> osg-users mailing list
>>> [email protected]
>>> http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
>>
>>
>>
>> --
>> Christophe Loustaunau.
>
>
>
> --
> Christophe Loustaunau.
>
> _______________________________________________
> osg-users mailing list
> [email protected]
> http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
>
>
_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to