Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_geometry
Function · 0.85
vertex_stride
Function · 0.85
vertex_layout
Function · 0.85
generate_tangent_space
Function · 0.85
generate_vertex_and_index_buffers
Function · 0.85
parse_indices
Function · 0.85
parse_geometry
Function · 0.85
Calls
1
size
Function · 0.50
Tested by
no test coverage detected