Home
last modified time | relevance | path

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

/dports/games/passage/Passage_v4_UnixSource/gamma256/gameSource/
H A DWorld.cpp429 double blendWeight = a.mPageNumber - (int)a.mPageNumber; in sampleFromWorldNoWeight() local
436 if( blendWeight != 0 ) { in sampleFromWorldNoWeight()
440 blendWeight * a.mGraphics->mRed[ animBlendIndex ]; in sampleFromWorldNoWeight()
526 double blendWeight = 0; in sampleFromWorldNoWeight() local
529 blendWeight = ( overhang - tileSetWorldSpan ) / in sampleFromWorldNoWeight()
575 (1-blendWeight) * tileContainer->mRed[ imageIndex ] + in sampleFromWorldNoWeight()
576 blendWeight * tileContainer->mRed[ blendImageIndex ]; in sampleFromWorldNoWeight()
579 (1-blendWeight) * tileContainer->mGreen[ imageIndex ] + in sampleFromWorldNoWeight()
580 blendWeight * tileContainer->mGreen[ blendImageIndex ]; in sampleFromWorldNoWeight()
583 (1-blendWeight) * tileContainer->mBlue[ imageIndex ] + in sampleFromWorldNoWeight()
[all …]
/dports/games/passage/Passage_v4_UnixSource/gamma256/prototypes/screenCompress/
H A DscreenCompress.cpp274 double blendWeight = 0; in sampleFromWorld() local
277 blendWeight = ( overhang - tileSetWorldSpan ) / in sampleFromWorld()
322 (1-blendWeight) * tileRed[ imageIndex ] + in sampleFromWorld()
323 blendWeight * tileRed[ blendImageIndex ] ) ); in sampleFromWorld()
328 (1-blendWeight) * tileGreen[ imageIndex ] + in sampleFromWorld()
329 blendWeight * tileGreen[ blendImageIndex ] ) ); in sampleFromWorld()
334 (1-blendWeight) * tileBlue[ imageIndex ] + in sampleFromWorld()
335 blendWeight * tileBlue[ blendImageIndex ] ) ); in sampleFromWorld()
/dports/games/dhewm3/dhewm3-1.5.1/neo/game/anim/
H A DAnim_Blend.cpp1833 if ( !blendWeight ) { in BlendAnim()
1901 if ( !blendWeight ) { in BlendOrigin()
1960 if ( !blendWeight ) { in BlendDelta()
2029 if ( !blendWeight ) { in BlendDeltaRotation()
3710 float blendWeight; in GetDelta() local
3718 blendWeight = 0.0f; in GetDelta()
3741 float blendWeight; in GetDeltaRotation() local
3750 blendWeight = 0.0f; in GetDeltaRotation()
3781 float blendWeight; in GetOrigin() local
3789 blendWeight = 0.0f; in GetOrigin()
[all …]
H A DAnim.h412 …rrentTime, int channel, int numJoints, idJointQuat *blendFrame, float &blendWeight, bool removeOri…
413 …void BlendOrigin( int currentTime, idVec3 &blendPos, float &blendWeight, bool removeOriginOff…
414 void BlendDelta( int fromtime, int totime, idVec3 &blendDelta, float &blendWeight ) const;
415 …void BlendDeltaRotation( int fromtime, int totime, idQuat &blendDelta, float &blendWeight ) c…
549 void SetAFPoseBlendWeight( float blendWeight );
/dports/games/dhewm3/dhewm3-1.5.1/neo/d3xp/anim/
H A DAnim_Blend.cpp1919 if ( !blendWeight ) { in BlendAnim()
1987 if ( !blendWeight ) { in BlendOrigin()
2046 if ( !blendWeight ) { in BlendDelta()
2115 if ( !blendWeight ) { in BlendDeltaRotation()
3796 float blendWeight; in GetDelta() local
3804 blendWeight = 0.0f; in GetDelta()
3827 float blendWeight; in GetDeltaRotation() local
3836 blendWeight = 0.0f; in GetDeltaRotation()
3867 float blendWeight; in GetOrigin() local
3875 blendWeight = 0.0f; in GetOrigin()
[all …]
H A DAnim.h418 …rrentTime, int channel, int numJoints, idJointQuat *blendFrame, float &blendWeight, bool removeOri…
419 …void BlendOrigin( int currentTime, idVec3 &blendPos, float &blendWeight, bool removeOriginOff…
420 void BlendDelta( int fromtime, int totime, idVec3 &blendDelta, float &blendWeight ) const;
421 …void BlendDeltaRotation( int fromtime, int totime, idQuat &blendDelta, float &blendWeight ) c…
555 void SetAFPoseBlendWeight( float blendWeight );
/dports/astro/xtide/xtide-2.15.3/libxtide/
H A DConstituentSet.cc330 static const double blendWeight (double x, unsigned deriv) { in blendWeight() function
393 w[n] = blendWeight (blend, n); in blendTide()