Hi:
I just down load OSGPPU and compile it with OSG2.6.But the
example(hdr,dof) output nothing(the screen is black).Is there anybody can
tell me what is wrong.
The example viewer can not run when execute to here:
inline observer_ptr& operator = (T* ptr)
{
if (_ptr==ptr) return *this;
// it goes wrong
here!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
if (_ptr) _ptr->removeObserver(this);
_ptr = ptr;
if (_ptr) _ptr->addObserver(this);
return *this;
}
_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org