INNER CODE UNIT · C++

m_component

zhangdoa/InnocenceEngine · Source/Editor/cameracomponentpropertyeditor.cpp:109

    m_component = reinterpret_cast<CameraComponent*>(component);

    GetFOV();
    GetWidthScale();
    GetHeightScale();
    GetZNear();
    GetZFar();
    GetAperture();
    GetShutterTime();
    GetISO();

    this->show();
}

void CameraComponentPropertyEditor::GetFOV()
{
    m_FOV->SetFromFloat(m_component->m_FOVX);
}

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…