Home
last modified time | relevance | path

Searched defs:normals (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Dmesh_util.cpp100 vector<Math::Vec3>& normals; member
108 vector<Math::Vec3>& normals = geometry.normals; in GenerateCubeGeometry() local
148 vector<Math::Vec3>& normals = geometry.normals; in GenerateSphereGeometry() local
199 vector<Math::Vec3>& normals = geometry.normals; in GenerateConeCap() local
238 vector<Math::Vec3>& normals = geometry.normals; in GenerateConeGeometry() local
310 vector<Math::Vec3>& normals = geometry.normals; in GenerateTorusGeometry() local
368 const array_view<const Math::Vec3>& normals, const array_view<const Math::Vec2>& uvs, in CalculateTangentImpl()
530 vector<Math::Vec3> normals; in GenerateSphereMesh() local
566 vector<Math::Vec3> normals; in GenerateConeMesh() local
602 vector<Math::Vec3> normals; in GenerateTorusMesh() local
[all …]
H A Dmesh_builder.cpp926const IMeshBuilder::DataBuffer& normals, const IMeshBuilder::DataBuffer& uvs, uint32_t vertexCount) in GenerateDefaultTangents()
1099 …Builder::SetVertexData(size_t submeshIndex, const DataBuffer& positions, const DataBuffer& normals, in SetVertexData()
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/include/scene_plugin/interface/
H A Dmesh_arrays.h24 BASE_NS::vector<BASE_NS::Math::Vec3> normals; // optional, will be generated if empty member
/ohos5.0/foundation/distributeddatamgr/relational_store/test/native/appdatafwk/unittest/
H A Dserializable_test.cpp68 std::vector<Normal> normals{ Normal(), Normal() }; member
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/test/
H A Dserializable_test.cpp67 std::vector<Normal> normals {Normal(), Normal()}; member
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_importer.cpp550 GLTF2::GLTFLoadDataResult& normals, array_view<GLTF2::GLTFLoadDataResult> texcoords, in LoadPrimitiveAttributeData()
810 const IMeshBuilder::DataBuffer normals = fillDataBuffer(normal); in ProcessPrimitives() local