Home
last modified time | relevance | path

Searched refs:TextureTransform (Results 1 - 5 of 5) sorted by relevance

/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dregister_engine_access.cpp48 DECLARE_PROPERTY_TYPE(MaterialComponent::TextureTransform); variable
66 META_TYPE(MaterialComponent::TextureTransform)
145 RegisterEngineAccessImplAndAny<MaterialComponent::TextureTransform>(); in RegisterEngineAccess()
159 UnregisterEngineAccessImplAndAny<MaterialComponent::TextureTransform>(); in UnregisterEngineAccess()
/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/ecs/components/
H A Dmaterial_component.h156 struct TextureTransform { struct
166 TextureTransform transform;
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/components/
H A Dmaterial_component_manager.cpp45 DECLARE_PROPERTY_TYPE(MaterialComponent::TextureTransform); variable
48 DECLARE_PROPERTY_TYPE(vector<MaterialComponent::TextureTransform>);
74 BEGIN_METADATA(TextureTransformMetaData, MaterialComponent::TextureTransform)
75 DECL_PROPERTY2(MaterialComponent::TextureTransform, translation, "Translation", 0)
76 DECL_PROPERTY2(MaterialComponent::TextureTransform, rotation, "Rotation", 0)
77 DECL_PROPERTY2(MaterialComponent::TextureTransform, scale, "Scale", 0)
78 END_METADATA(TextureTransformMetaData, MaterialComponent::TextureTransform)
/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_data_structures.h384 struct TextureTransform { struct
H A Dgltf2_importer.cpp1446 void FillTextureTransform(const GLTF2::TextureInfo& textureInfo, MaterialComponent::TextureTransform& desc) in FillTextureTransform()

Completed in 20 milliseconds