Home
last modified time | relevance | path

Searched defs:tangents (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/include/scene_plugin/interface/
H A Dmesh_arrays.h27 …BASE_NS::vector<BASE_NS::Math::Vec4> tangents; // optional, will be created if createTangents is s… member
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Dmesh_util.cpp492 vector<Math::Vec4> tangents(countof(pos)); in GeneratePlaneMesh() local
535 vector<Math::Vec4> tangents(vertices.size()); in GenerateSphereMesh() local
578 vector<Math::Vec4> tangents(vertices.size()); in GenerateConeMesh() local
607 vector<Math::Vec4> tangents(vertices.size()); in GenerateTorusMesh() local
643 vector<Math::Vec4> tangents(positions.size()); in GenerateCubeMesh() local
H A Dmesh_builder.cpp924 void GenerateDefaultTangents(IMeshBuilder::DataBuffer& tangents, vector<uint8_t>& generatedTangents, in GenerateDefaultTangents()
1100 …const DataBuffer& texcoords0, const DataBuffer& texcoords1, const DataBuffer& tangents, const Data… in SetVertexData()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_importer.cpp551GLTF2::GLTFLoadDataResult& tangents, GLTF2::GLTFLoadDataResult& joints, GLTF2::GLTFLoadDataResult&… in LoadPrimitiveAttributeData()
813 const IMeshBuilder::DataBuffer tangents = fillDataBuffer(tangent); in ProcessPrimitives() local