Thanks,

I will try to fix these. As soon as possible.

Cheers,
Wojtek


-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Roger James
Sent: Saturday, October 04, 2008 9:34 PM
To: OpenSceneGraph Users
Subject: [osg-users] Compile errors in SVN head shadow code with
floatmatrices


For information the current SVN head gives the following compilation
errors when built with OSG_USE_FLOAT_MATRIX.

.\StandardShadowMap.cpp(666) : error C2440: 'initializing' : cannot
convert from 'osg::Matrixd' to 'osg::Matrix &'
.\StandardShadowMap.cpp(667) : error C2440: 'initializing' : cannot
convert from 'osg::Matrixd' to 'osg::Matrix &'
.\MinimalShadowMap.cpp(219) : error C2664:
'osgShadow::MinimalShadowMap::ViewData::trimProjection' : cannot convert
parameter 1 from 'osg::Matrixd' to 'osg::Matrix &'
.\MinimalShadowMap.cpp(255) : error C2664: 'bool
osgUtil::CullVisitor::clampProjectionMatrix(osg::Matrixf
&,osgUtil::CullVisitor::value_type &,osgUtil::CullVisitor::value_type &)
const' : cannot convert parameter 2 from 'double' to
'osgUtil::CullVisitor::value_type &'
.\MinimalShadowMap.cpp(255) : error C2664: 'bool
osgUtil::CullVisitor::clampProjectionMatrix(osg::Matrixf
&,osgUtil::CullVisitor::value_type &,osgUtil::CullVisitor::value_type &)
const' : cannot convert parameter 2 from 'double' to
'osgUtil::CullVisitor::value_type &'
.\MinimalDrawBoundsShadowMap.cpp(62) : error C2664:
'osg::Camera::getProjectionMatrixAsFrustum' : cannot convert parameter 1
from 'osg::Matrixf::value_type' to 'double &'
.\MinimalDrawBoundsShadowMap.cpp(67) : error C2664:
'osgShadow::MinimalShadowMap::ViewData::extendProjection' : cannot
convert parameter 1 from 'osg::Matrixd' to 'osg::Matrix &'
.\DebugShadowMap.cpp(363) : error C2664: 'bool
osgUtil::CullVisitor::clampProjectionMatrix(osg::Matrixf
&,osgUtil::CullVisitor::value_type &,osgUtil::CullVisitor::value_type &)
const' : cannot convert parameter 2 from 'double' to
'osgUtil::CullVisitor::value_type &'

Roger

_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to