mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 07:47:42 +00:00
CFrontEndUI work
This commit is contained in:
@@ -394,7 +394,8 @@ bool FRME::Extract(const SpecBase &dataSpec,
|
||||
if (info->projectionType == CAMRInfo::ProjectionType::Orthographic)
|
||||
{
|
||||
CAMRInfo::OrthographicProjection* proj = static_cast<CAMRInfo::OrthographicProjection*>(info->projection.get());
|
||||
os.format("cam.type = 'ORTHO'\n");
|
||||
os.format("cam.type = 'ORTHO'\n"
|
||||
"cam.ortho_scale = %f\n", std::fabs(proj->right - proj->left));
|
||||
}
|
||||
else if (info->projectionType == CAMRInfo::ProjectionType::Perspective)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user