Thanks for the quick reply! 1. I believe I am using the release build of OSG, in Release|x64 mode. 2. The labels are just numbers, like: "1", "387", or "5014". (without the quote marks.) All are unique, corresponding to the number of the point in the point cloud. 3. I have tried it with AutoRotateToScreen both true and false. 4. I did not know there was an AutoScale, so am not using that. 5. I am setting: Color, Font, CharacterSizeMode, Alignment, DataVariance, and Text. Anything else is defaulted. 6. I am invoking the text object like so: osgText::Text* pText = new osgText::Text in a function, returning it to the caller as: osg::ref_ptr<osg::Node>
Does this help any? Anything else I can do to make the issue clearer? Thanks in advance for your assistance, Bob Kiser On Thursday, April 29, 2021 at 3:47:49 PM UTC-5 [email protected] wrote: > Hi Bob, > > Are you doing your tests with debug or release build of the OSG? > > How long are the labels and how what is the range of characters that they > labels have? > > What properties do you set on the text labels? i.e. autoscale/autorotation > etc? > > Robert. > -- You received this message because you are subscribed to the Google Groups "OpenSceneGraph Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/osg-users/f758d986-0a0c-46f8-b857-d268ef7d1bc1n%40googlegroups.com.
