In Situ Annotation
From IMRC Wiki
Introduction
Project Participants
Dr. Hyong-gon Kim
Dr. Sang Chul Ahn
Dr. Jein Hwang
Ruben Grigoryan
Woonhyuk Baek
Progress
2008/10/06 Jein
Succeeded to combine Web browser (mozilla) and osgART.
Problem: Not working in the intel embedded graphics 9X5 chipsets. (confirmed with 965 and 945)
I cannot see the videobackground.
The method to draw videobackground should be changed from TextureRectangle(default) to the Texture2D.
2008/10/06
Jein
I fixed the problem.
Use:
videoBackground->setTextureMode(osgART::GenericVideoObject::USE_TEXTURE_2D);
Instead of the USE_TEXTURE_RECTANGLE
