Searched refs:sun_vl (Results 1 – 1 of 1) sorted by relevance
123 osg::Vec3Array* sun_vl = new osg::Vec3Array; in build() local124 sun_vl->push_back(osg::Vec3(-sun_size, 0, -sun_size)); in build()125 sun_vl->push_back(osg::Vec3(sun_size, 0, -sun_size)); in build()126 sun_vl->push_back(osg::Vec3(-sun_size, 0, sun_size)); in build()127 sun_vl->push_back(osg::Vec3(sun_size, 0, sun_size)); in build()137 geometry->setVertexArray(sun_vl); in build()