Home
last modified time | relevance | path

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

/dports/graphics/fracplanet/fracplanet-0.5.1/
H A Dtriangle_mesh.cpp351 …<< "(" << blender_alpha_workround(byte_faux_alpha.get(),vertex(v0).colour(c)).format_comma() << ")… in write_blender()
352 …<< "(" << blender_alpha_workround(byte_faux_alpha.get(),vertex(v1).colour(c)).format_comma() << ")… in write_blender()
353 …<< "(" << blender_alpha_workround(byte_faux_alpha.get(),vertex(v2).colour(c)).format_comma() << ")" in write_blender()
362 ByteRGBA TriangleMesh::blender_alpha_workround(const ByteRGBA* f,const ByteRGBA& c) in blender_alpha_workround() function in TriangleMesh
H A Dtriangle_mesh.h241 static ByteRGBA blender_alpha_workround(const ByteRGBA*,const ByteRGBA&);