|
发表于 2008-6-12 20:51:54
|
显示全部楼层
换了台机器也一样,白屏
换了台机器也一样,白屏。 :L :L
提示错误:
warning: TextureRectangle::apply(..) failed, texture rectangle is not support by your OpenGL drivers.
Producer:: VisualChooser: unable to setup a valid visual with WGL extensions, switching to compatibility mode
碰到下面语句就,结束。
if (argc<6)
{
std::cout<<"osgartsimple model_name size_model shift_x shift_y shift_z"<<std::endl;
exit(-1);
}
/////////////////////// 和
if (!marker.valid()) {
osg::notify(osg::FATAL) << "No Marker defined!" << std::endl;
exit(-1);
}
bin 下的例子,出现白屏
:L :L :L
[ 本帖最后由 haicong 于 2008-6-12 22:37 编辑 ] |
|