Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/demos/smoke/
DMeshes.cpp307 Mesh::Normal normal_mid = { pos_mid.x, pos_mid.y, pos_mid.z }; in add_middle_point() local
308 normal_mid.x /= radius_; in add_middle_point()
309 normal_mid.y /= radius_; in add_middle_point()
310 normal_mid.z /= radius_; in add_middle_point()
313 mesh_.normals_.emplace_back(normal_mid); in add_middle_point()