Searched refs:blendfactor (Results 1 – 2 of 2) sorted by relevance
56 btScalar blendfactor = -dist0/(dist1-dist0); in bt_plane_clip_polygon_collect() local57 bt_vec_blend(clipped[clipped_count],point0,point1,blendfactor); in bt_plane_clip_polygon_collect()
63 GREAL blendfactor = -dist0/(dist1-dist0); in PLANE_CLIP_POLYGON_COLLECT() local64 VEC_BLEND(clipped[clipped_count],point0,point1,blendfactor); in PLANE_CLIP_POLYGON_COLLECT()