<div dir="ltr"><div>Hi Tom,</div><div><br></div><div>The osgPresentation::Cursor is a textured quad geometry rendered as part of the 3D scene, it's not a conventional desktop cursor. You should use a image format like .png or .jpg to specify the image.</div><div><br></div><div>Robert.<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, 19 Sep 2019 at 17:53, tom joe <<a href="mailto:akilan.arokiaswamy@community.isunet.edu">akilan.arokiaswamy@community.isunet.edu</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi,<br>
<br>
my code sample is,<br>
<br>
std::string cursorFileName = "./crosshair.cur";<br>
osgPresentation::Cursor*cur = new osgPresentation::Cursor(cursorFileName, 20.0f);<br>
<br>
------------------<br>
Read this topic online here:<br>
<a href="http://forum.openscenegraph.org/viewtopic.php?p=76712#76712" rel="noreferrer" target="_blank">http://forum.openscenegraph.org/viewtopic.php?p=76712#76712</a><br>
<br>
<br>
<br>
<br>
<br>
_______________________________________________<br>
osg-users mailing list<br>
<a href="mailto:osg-users@lists.openscenegraph.org" target="_blank">osg-users@lists.openscenegraph.org</a><br>
<a href="http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org" rel="noreferrer" target="_blank">http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org</a><br>
</blockquote></div>