Re: [osg-users] [osganimation branch] Review, test, critics

2017-11-02 Thread Raymond De Vries
Hi Julien, 

Just a quick one for now: I will check out your suggestion tomorrow asap.

Cheers
Raymond


> On Nov 2, 2017, at 19:30, Julien Valentin  wrote:
> 
> Hi
> I'm a bit concerned about the nathan.osg compatibility with RigTransHW..
> I attached in my last a modified version of nathan (without shared ss) that 
> should work (and so would replace the current one in osgdata).
> 
> I would be glad if Raymond (or other) could validate this model (ideally 
> under win32) with the following tests
> softwaretest : osganimationviewer nathan2.osg 
> HWtest:  osganimationhardware --number 1 nathan2.osg
> (Don't forget I changed the maxnumbones type from int to uint in 
> skinning.vert )
> Once these tests validated elsewhere than my computer, It will confort me in 
> the validity of the branch so i can make PRs to master (and to osgdata).  
> 
> Cheers
> 
> 
> robertosfield wrote:
>> Hi Raymond & Julien,
>> 
>>> On 2 November 2017 at 14:17, Raymond de Vries < ()> wrote:
>>> 
>>> I have not seen any issues in our own use of the osgAnimation. We tested in 
>>> a few different setups and all seems ok.
>>> 
>>> The only thing is that the example did not work for me with Visual Studio 
>>> 2015, while it does work for Julien.
>>> 
>> 
>> 
>> Thanks for the testing.
>> 
>> 
>> Julian, if you feel osganimation is now ready could you generate a PR for 
>> the branch and I'll go ahead and merge it.
>> 
>> 
>> Cheers,
>> Robert.
>> 
>>  
>> 
>> --
>> Post generated by Mail2Forum
> 
> 
> --
> Read this topic online here:
> http://forum.openscenegraph.org/viewtopic.php?p=72293#72293
> 
> 
> 
> 
> 
> ___
> osg-users mailing list
> osg-users@lists.openscenegraph.org
> http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] [osganimation branch] Review, test, critics

2017-11-02 Thread Julien Valentin
Hi
I'm a bit concerned about the nathan.osg compatibility with RigTransHW..
I attached in my last a modified version of nathan (without shared ss) that 
should work (and so would replace the current one in osgdata).

I would be glad if Raymond (or other) could validate this model (ideally under 
win32) with the following tests
softwaretest : osganimationviewer nathan2.osg 
HWtest:  osganimationhardware --number 1 nathan2.osg
(Don't forget I changed the maxnumbones type from int to uint in skinning.vert )
Once these tests validated elsewhere than my computer, It will confort me in 
the validity of the branch so i can make PRs to master (and to osgdata).  

Cheers


robertosfield wrote:
> Hi Raymond & Julien,
> 
> On 2 November 2017 at 14:17, Raymond de Vries < ()> wrote:
> 
> >  I have not seen any issues in our own use of the osgAnimation. We tested 
> > in a few different setups and all seems ok.
> > 
> > The only thing is that the example did not work for me with Visual Studio 
> > 2015, while it does work for Julien.
> > 
> 
> 
> Thanks for the testing.
> 
> 
> Julian, if you feel osganimation is now ready could you generate a PR for the 
> branch and I'll go ahead and merge it.
> 
> 
> Cheers,
> Robert.
> 
>  
> 
>  --
> Post generated by Mail2Forum


--
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=72293#72293





___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] [osganimation branch] Review, test, critics

2017-11-02 Thread Robert Osfield
Hi Raymond & Julien,

On 2 November 2017 at 14:17, Raymond de Vries  wrote:

> I have not seen any issues in our own use of the osgAnimation. We tested
> in a few different setups and all seems ok.
>
> The only thing is that the example did not work for me with Visual Studio
> 2015, while it does work for Julien.
>

Thanks for the testing.

Julian, if you feel osganimation is now ready could you generate a PR for
the branch and I'll go ahead and merge it.

Cheers,
Robert.
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] [osganimation branch] Review, test, critics

2017-11-02 Thread Raymond de Vries

Hi Robert,

I have not seen any issues in our own use of the osgAnimation. We tested 
in a few different setups and all seems ok.


The only thing is that the example did not work for me with Visual 
Studio 2015, while it does work for Julien.


Cheers
Raymond



On 11/2/2017 2:55 PM, Robert Osfield wrote:

Hi Julian, Raymond et. al,

Are we ready to merge with master now? Anything left to wait for?

Robert.



 
	Virus-free. www.avg.com 
 



<#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>


___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] [osganimation branch] Review, test, critics

2017-11-02 Thread Robert Osfield
Hi Julian, Raymond et. al,

Are we ready to merge with master now? Anything left to wait for?

Robert.
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] Backward compatibility of osgb file through Schema

2017-11-02 Thread Han Hu
Thanks anyway, this is in fact what I felt after looking into the code in the 
OutputStream code, because it seems that it changes some way to write data and 
add some new fields without version guard. 

I think the only way is to write my own write callback and set to the options 
parameter.

Han

--
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=72289#72289





___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] Backward compatibility of osgb file through Schema

2017-11-02 Thread Robert Osfield
Hi Han,

On 2 November 2017 at 11:09, Han Hu  wrote:

> My problem is that my osg version is osg 3.5.5, which I convert an obj
> file to osgb just by readRefNodeFile and writeNodeFile. But I am targeting
> to other software, which may use some lower version of osg.
>
> I have tried osgconv in OSG 3.4.0 and the other software accept. So there
> seems to be some breaking compatibility change in the osgb format caused by
> either the osgdb_osg plugin or osgdb::OutputStream class.
>

Unfortunatly osgb isn't forwards compatible, and at present there isn't any
scheme to force writing out of older files.

One thing you could try is to write to .osgt or .osg and see if that works
better.

Robert.
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] Backward compatibility of osgb file through Schema

2017-11-02 Thread Han Hu
Hi Robert,

My problem is that my osg version is osg 3.5.5, which I convert an obj file to 
osgb just by readRefNodeFile and writeNodeFile. But I am targeting to other 
software, which may use some lower version of osg.

I have tried osgconv in OSG 3.4.0 and the other software accept. So there seems 
to be some breaking compatibility change in the osgb format caused by either 
the osgdb_osg plugin or osgdb::OutputStream class.

Thank you!

Han

--
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=72287#72287





___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] Backward compatibility of osgb file through Schema

2017-11-02 Thread Robert Osfield
Hi Han,

On 2 November 2017 at 08:20, Han Hu  wrote:

> I am using a newer osg version to develop my software and I need to export
> the model in osgb file for other software, in an acient osg version.
>
> I have googled that it is possible to control the compatibility through
> the SchemaFile. However, I have found little information on how to use it.
>
> Is there an example or so on how to do this compatibility in osgb file?
>

Where possible the modern loaders are able to load the old files, you don't
need to worry about schema.  If you have problem loading a file then let us
know.

Robert.
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


[osg-users] Backward compatibility of osgb file through Schema

2017-11-02 Thread Han Hu
Hi,

I am using a newer osg version to develop my software and I need to export the 
model in osgb file for other software, in an acient osg version.

I have googled that it is possible to control the compatibility through the 
SchemaFile. However, I have found little information on how to use it.

Is there an example or so on how to do this compatibility in osgb file?

Thank you!

Cheers,
Han

--
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=72285#72285





___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org