Home
last modified time | relevance | path

Searched refs:sun_vl (Results 1 – 1 of 1) sorted by relevance

/dports/devel/simgear/simgear-2020.3.11/simgear/scene/sky/
H A Doursun.cxx123 osg::Vec3Array* sun_vl = new osg::Vec3Array; in build() local
124 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()