MCPcopy Create free account
hub / github.com/crownengine/crown / has_normals

Function has_normals

src/resource/mesh.cpp:93–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91 }
92
93 bool has_normals(Geometry &g)
94 {
95 return array::size(g._normals) != 0;
96 }
97
98 bool has_tangents(Geometry &g)
99 {

Callers 7

parse_geometryFunction · 0.85
vertex_strideFunction · 0.85
vertex_layoutFunction · 0.85
generate_tangent_spaceFunction · 0.85
parse_indicesFunction · 0.85
parse_geometryFunction · 0.85

Calls 1

sizeFunction · 0.50

Tested by

no test coverage detected