|
From: Jean-Marie H. <jea...@ir...> - 2004-05-28 09:22:36
|
Hello everyone,
1. It seems that the Inline vrml node is not implemented. How could i
implement this node ?
2. And, i tried to use the deepClone function but it crashed my app.
(OSGNode.cpp:760 dst_field is NULL).
I used it on a sub tree loaded from a vrml file.
call : ... OSG::deepCloneTree( _nodePtr , _cloneMode.c_str() ) ;
So i patched it like :
if (dst_field != NULL)
{
beginEditCP(dst, mask);
dst_field->setAbstrValue(*src_field);
endEditCP(dst, mask);
}
and then it works fine. Is there a bug ? Maybe, I've done one mistake....
Thanks in advance.
Jean-Marie
--
Jean-Marie HOUSSAY
Equipe SIAMES
IRISA-INRIA, Campus de Beaulieu,
35042 Rennes cedex, France
Tél: +33 (0) 2 99 84 73 28
Fax: +33 (0) 2 99 84 71 71
|