Searched defs:normals (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/ |
H A D | mesh_util.cpp | 100 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 D | mesh_builder.cpp | 926 …const 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 D | mesh_arrays.h | 24 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 D | serializable_test.cpp | 68 std::vector<Normal> normals{ Normal(), Normal() }; member
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/test/ |
H A D | serializable_test.cpp | 67 std::vector<Normal> normals {Normal(), Normal()}; member
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/ |
H A D | gltf2_importer.cpp | 550 GLTF2::GLTFLoadDataResult& normals, array_view<GLTF2::GLTFLoadDataResult> texcoords, in LoadPrimitiveAttributeData() 810 const IMeshBuilder::DataBuffer normals = fillDataBuffer(normal); in ProcessPrimitives() local
|