Skip to content

Xrc 1218 port uvatlas to linux - #1

Merged
kiran1228 merged 3 commits into
jaunt-masterfrom
XRC-1218-port-uvatlas-to-linux
Apr 16, 2019
Merged

Xrc 1218 port uvatlas to linux#1
kiran1228 merged 3 commits into
jaunt-masterfrom
XRC-1218-port-uvatlas-to-linux

Conversation

@kiran1228

Copy link
Copy Markdown

@svensht2 @DillonSkeehan wanted some eyes on to make sure there are no major red flags but everything seems to work.

@DillonSkeehan DillonSkeehan left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks mostly okay, what files should we explicitly be looking at?

Comment thread CMakeLists.txt Outdated
<OutDir>Bin\Desktop_2017_Win10\$(Platform)\$(Configuration)\</OutDir>
<IntDir>Bin\Desktop_2017_Win10\$(Platform)\$(Configuration)\</IntDir>
<TargetName>UVAtlas</TargetName>
<TargetName>UVAtlasd</TargetName>

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think we normally commit vcxproj?

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

MS originally had all these vs sln files in the repo. This was just to update the naming of the output library. I originally used this before I setup the cmake stuff.

namespace DirectX
{

XM_CONST float XM_PI = 3.141592654f;

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

may want to define these to whats included in <math.h>

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My preference here is to stick with the same values as the MS SDK. This was a copy paste.

Comment thread UVAtlas/inc/UVAtlas.h Outdated
Comment thread UVAtlas/isochart/SymmetricMatrix.hpp
@kiran1228

Copy link
Copy Markdown
Author

@DillonSkeehan I would say CMake, and all the .h & .cpp except JntLinuxTypes.h & dxgiformat.h (these are just copy pastes from the SDK).

@kiran1228

Copy link
Copy Markdown
Author

Updated with @DillonSkeehan comments. If there are no red flags I think we can call this good.

@kiran1228

Copy link
Copy Markdown
Author

merging this

@kiran1228
kiran1228 merged commit a7c38af into jaunt-master Apr 16, 2019
@kiran1228
kiran1228 deleted the XRC-1218-port-uvatlas-to-linux branch April 16, 2019 17:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants