Home
last modified time | relevance | path

Searched defs:planeX (Results 1 – 9 of 9) sorted by relevance

/dports/games/spring/spring_98.0/rts/Map/SMF/
H A DSMFGroundDrawer.cpp345 static const GLfloat planeX[] = {0.005f, 0.0f, 0.005f, 0.5f}; in DrawBorder() local
H A DSMFRenderState.cpp208 static const GLfloat planeX[] = {0.02f, 0.0f, 0.00f, 0.0f}; in Enable() local
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/deps/Framework/include/math/
H A DMatrix4.h201 static CMatrix4 MakeReflect(float planeX, float planeY, float planeZ, float planeW) in MakeReflect()
/dports/games/spring/spring_98.0/rts/Rendering/GL/
H A DmyGL.cpp681 const GLfloat planeX[] = {scaleX, 0.0f, 0.0f, offsetX}; in SetTexGen() local
/dports/x11-toolkits/plib/plib-1.8.5/src/ssg/
H A DssgVTable.cxx620 sgVec4 planeX ; in isect_triangles() local
H A DssgVtxTable.cxx875 sgVec4 planeX ; in isect_triangles() local
/dports/games/scummvm/scummvm-2.5.1/engines/ags/plugins/ags_pal_render/
H A Draycast.cpp39 double planeX = 0.0, planeY = 0.77; //the 2d raycaster version of camera plane variable
/dports/games/ags/ags_linux_v.3.4.4.1/Plugins/agspalrender/
H A Draycast.cpp44 double planeX = 0.0, planeY = 0.77; //the 2d raycaster version of camera plane variable
/dports/graphics/embree/embree-3.13.2/tutorials/verify/
H A Dverify.cpp1428 Vec3fa planeX = plen*normalize(Vec3fa(1,1,0)); in run_build() local