实现一个室内地图室内、地图

由网友(洒脱的傲男人)分享简介:我想在这里创建这样一个图: 我怎么能是实现?How can i that be achieved?如何显示它在Android?How to show it on android?如何将添加一个疗程/路径呢?如何显示,Android的?How would i add a course/path to it? h...

我想在这里创建这样一个图:

我怎么能是实现?

How can i that be achieved?

如何显示它在Android?

How to show it on android?

如何将添加一个疗程/路径呢?如何显示,Android的?

How would i add a course/path to it? how to show that on android ?

我只知道,这只不过是一个形象,怎么可能到针点的地方就在Android上的图片:

All I know that it is just an Image, How is it possible to pin-point a place on an Image on Android :

这里是一个链接到具有这些功能的应用程序。

Here is a link to the app that has these features.

推荐答案

如何的实现?

您需要的3D模型,如OBJ,FBX,STL文件等,还需要一些纹理图像。而所有的论文都通常被称为资产

You need 3D models such as OBJ, FBX, STL files etc. You also need some texture images. And all theses are usually referred to as ASSETS.

如何来显示它在Android?

您需要一定的3D图形的框架或实现自己的的OpenGL渲染器。一些著名的3D工具包包括:

You need some 3D graphics framework or implement your own OpenGL renderers. Some well known 3D toolkits include:

LigGdX :在一个很不错的JAVA 3D工具包 OSG为Android :非常沉重的,但强大的框架,使用C ++ / JNI和NDK 使用 GLSurfaceView 以程序中使用低水平的OpenGL的API jPCT 3D引擎:对Java和Android免费的3D解决方案 Unity3D :推荐!但是,这通常是codeD在C#或JavaScript,你可能需要一些时间来适应它。 单声道为Android :跨平台,再一次你可能会学到相当某物 LigGdX: a very good java 3D toolkits OSG for Android: very heavy but powerful framework, using C++/JNI and NDK Use GLSurfaceView to program use low level OpenGL APIs jPCT 3D engine: the free 3D solution for Java and Android Unity3D: Recommended! But this is usually coded in C# or Javascript, and you may take some time to adapt to it. Mono For Android: cross platform, again you might learn quite sth.

如何将添加一个疗程/路径呢?如何显示,Android的?

您需要实现你自己的。你可能会放置一些锚点和连接它们的网络/图形。

You need to implement that on your own. You might place a few anchor points and connect them in network/graphs.

阅读全文

相关推荐

最新文章