Home
last modified time | relevance | path

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

/dports/games/tux-aqfh/tux_aqfh-1.0.14/src/
H A Dhooks.cxx37 sgSetCoord ( &init , 0, 0, 0, 0, 0, 0 ) ; in AutoDCSParam()
38 sgSetCoord ( &delta, 0, 0, 0, 0, 0, 0 ) ; in AutoDCSParam()
135 sgSetCoord ( & ( param -> init ), 0, 0, 0, 0, 0, 0 ) ; in autoTexOrDCSInit()
171 sgSetCoord ( & c, f, & f[3] ) ; in slam_settrans()
H A Dwhale.cxx8 sgSetCoord ( &c, 1000000.0f, 1000000.0f, 1000000.0f, 0.0f, 0.0f, 0.0f ) ; in update()
H A Dpenguin.cxx307 sgSetCoord ( &c, 0, 0, 0, head_direction, 0, 0 ) ; in update()
/dports/games/tuxkart/tuxkart-0.4.0/src/
H A Dloader.cxx94 sgSetCoord ( &init , 0, 0, 0, 0, 0, 0 ) ; in AutoDCSParam()
95 sgSetCoord ( &delta, 0, 0, 0, 0, 0, 0 ) ; in AutoDCSParam()
198 sgSetCoord ( & ( param -> init ), 0, 0, 0, 0, 0, 0 ) ; in autoTexOrDCSInit()
H A DDriver.cxx60 sgSetCoord ( &curr_pos, result ) ; in coreUpdate()
H A Dtuxkart.cxx107 sgSetCoord ( &cc, 0, 0, 2, 0, 0, 0 ) ; in load_players()
/dports/games/gillo/gillo/src/
H A Dcameraball.cpp55 sgSetCoord ( &this->pos , fromPos, hpr ) ; in update()
H A Dcameratrack.cpp136 sgSetCoord ( &this->pos, amount, hpr ) ; in update()
/dports/x11-toolkits/plib/plib-1.8.5/src/ssgAux/
H A DssgaStars.cxx149 sgSetCoord( &skypos, TRANSFORM ); in reposition()
H A DssgaCloudLayer.cxx204 sgSetCoord( &layerpos, TRANSFORM ); in repositionFlat()
320 sgSetCoord( &layerpos, TRANSFORM ); in reposition()
H A DssgaSkyDome.cxx278 sgSetCoord( &skypos, TRANSFORM ); in repositionFlat()
312 sgSetCoord( &skypos, TRANSFORM ); in reposition()
H A DssgaCelestialBody.cxx260 sgSetCoord( &skypos, TRANSFORM ); in reposition()
H A DssgaSky.h78 sgSetCoord(p, Xform); in getPosition()
/dports/x11-toolkits/plib/plib-1.8.5/src/ssg/
H A DssgKeyFlier.h259 sgSetCoord ( &last_pos, result ) ; in update()
H A DssgLoadVRML1.cxx104 sgSetCoord( tmpCoord, 0.0f, 0.0f, 0.0f, 0.0f, 90.0f, 0.0f ); in ssgLoadVRML1()
/dports/games/torcs/torcs-1.3.7/src/modules/graphic/ssggraph/
H A Dgrcar.cpp291 sgSetCoord(&wheelpos, 0, 0, 0, 180, 0, 0); in initWheel()
828sgSetCoord(&wheelpos, car->priv.wheel[i].relPos.x, car->priv.wheel[i].relPos.y, car->priv.wheel[i]… in grDrawCar()
831 sgSetCoord(&wheelpos, 0, 0, 0, 0, 0, RAD2DEG(car->priv.wheel[i].relPos.ay)); in grDrawCar()
/dports/games/torcs/torcs-1.3.7/src/windows/include/plib/
H A Dsg.h182 extern void sgSetCoord ( sgCoord *coord, const sgMat4 src ) ;
745 inline void sgSetCoord ( sgCoord *dst, const SGfloat x, const SGfloat y, const SGfloat z, in sgSetCoord() function
752 inline void sgSetCoord ( sgCoord *dst, const sgVec3 xyz, const sgVec3 hpr ) in sgSetCoord() function
2748 inline void sgSetCoord ( sgCoord *dst, sgdCoord *src ) in sgSetCoord() function
/dports/x11-toolkits/plib/plib-1.8.5/src/sg/
H A Dsg.h182 extern void sgSetCoord ( sgCoord *coord, const sgMat4 src ) ;
745 inline void sgSetCoord ( sgCoord *dst, const SGfloat x, const SGfloat y, const SGfloat z, in sgSetCoord() function
752 inline void sgSetCoord ( sgCoord *dst, const sgVec3 xyz, const sgVec3 hpr ) in sgSetCoord() function
2748 inline void sgSetCoord ( sgCoord *dst, sgdCoord *src ) in sgSetCoord() function
H A Dsg.cxx970 void sgSetCoord ( sgCoord *dst, const sgMat4 src ) in sgSetCoord() function
/dports/games/stormbaancoureur/stormbaancoureur-2.1.6/src-stormbaancoureur/
H A Dmain.cxx962 sgSetCoord (&campos, 0.0f, -13.0f, 6.0f, 0.0, -34.0f, 0.0f) ; in main()