问题描述 在osg场景中,绘制了一个点,没显示出来 解决方案 原因:osg会对很小的图形进行裁剪。 viewer->getCamera()->setSmallFeatureCullingPixelSize(0.0f);