3D modeling of an Android project in Xamarin Studio

I have an existing solution in Xamarin for the application I'm working on. However, I need to do 3D rendering as part of this.

I watched MonoGame, but I see no way to directly import it as another action, so that I can easily switch to it using the standard Android API.

Is there any other library that would be easier to work with, since I have no experience working with 3D modeling except to integrate with Unity.

+6
source share
1 answer

All you need to do to get it working is to add the MonoGame Framework to the packages folder.

Just right-click and select the monoGame package in the wizard.

You may also need to add a tool from the add-in manager in the Tools drop-down list.

+6
source

All Articles