Hi,
i get some ugly encoding error when inserting code into the code tag:
Code:
for (cii = gProjectorSegments.begin(); cii != gProjectorSegments.end(); cii++) {
i++;
osg::TexMat* texMat = (*cii)->getTextureMat();
stateSet->setTextureAttributeAndModes(i, texMat,
osg::StateAttribute::ON);
//texture->setImage(Helper::convertToOsgImage((*cii)->getTexture()));
}
Using firefox 3.0 - Linux - Browser detects page as UTF-8.
Maybe the \n unix style compared to \r\n is the problem.
Thank you!
Cheers,
Johannes
------------------
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=17858#17858
_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org