We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdb81b9 commit 67ba7f4Copy full SHA for 67ba7f4
1 file changed
Sources/OvEditor/src/OvEditor/Panels/AssetView.cpp
@@ -120,7 +120,7 @@ void OvEditor::Panels::AssetView::ClearResource()
120
void OvEditor::Panels::AssetView::SetTexture(OvRendering::Resources::Texture& p_texture)
121
{
122
m_resource = &p_texture;
123
- m_assetActor->transform.SetLocalRotation(OvMaths::FQuaternion({ -90.0f, 0.0f, 0.0f }));
+ m_assetActor->transform.SetLocalRotation(OvMaths::FQuaternion({ 90.0f, 0.0f, 0.0f }));
124
m_assetActor->transform.SetLocalScale(OvMaths::FVector3::One * 3.0f);
125
m_modelRenderer->SetModel(EDITOR_CONTEXT(editorResources)->GetModel("Plane"));
126
m_textureMaterial.SetProperty("u_DiffuseMap", &p_texture);
0 commit comments