Le 17/06/2012 20:34, Carsten Neumann a écrit :
> Hello Florent,
>
> On 6/16/2012 12:56 PM, Florent Berthaut wrote:
>> m_stage = OSG::SimpleStage::create();
>> m_stageNode = OSG::makeNodeFor(m_stage);
>> m_stageVisitCore = OSG::VisitSubTree::create();
>> m_stageNode->setCore(m_stageVisitCore);
> here you first make m_stageNode the node that has a SimpleStage core and
> then replace it with the VisitSubTree core.
Hi Carsten,
Thank you for answering.
I changed to:
m_stage = OSG::SimpleStage::create();
m_stageNode = OSG::makeNodeFor(m_stage);
m_stageVisitCore = OSG::VisitSubTree::create();
m_stageVisitNode = OSG::Node::create();
m_stageVisitNode->setCore(m_stageVisitCore);
m_stageNode->addChild(m_stageVisitNode);
But that doesn't change anything.
And I am still wondering why I don't see at least the gradient
background in the texture.
Regards
Florent
> Cheers,
> Carsten
>
> ------------------------------------------------------------------------------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> _______________________________________________
> Opensg-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/opensg-users
>
--
Florent Berthaut
-----------------------------
Research on Immersive Virtual Musical Instruments
Software for audiovisual performance
Improvised Live-Looped Electronic Music
-----------------------------
http://www.hitmuri.net
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Opensg-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensg-users