Gaia3D / mago3djs

3D Rendering Library
http://mago3d.net/
Apache License 2.0
133 stars 55 forks source link

Test run #804

Open Chep2 opened 3 years ago

Chep2 commented 3 years ago

Hello. For me, this is a new system, some points are incomprehensible to me. Forgive me my lack of erudition. There are 8 steps in "Getting started". Can I skip some steps to get the system up and running and see examples (Antarctic Science, LiveDroneMap)?

shire75 commented 3 years ago

Hello. @Chep2 Thanks for your concern on this project.

You'd better do all steps in "Getting started" to run your system because the steps in the guide is minimum requirements for running. And cases like Antarctic Science or LiveDroneMap exceed level of example. Cause you should prepare not only basic system(this project) but also other systems for interfacing and data(2d and 3d). "Getting started" is only for very basic introduction to "how to run and use this project".

Thanks.

Chep2 commented 3 years ago

Thank you very much for your reply. I have Windows 10 x64, Java 8 is additionally installed (jre-8u291-windows-x64).

I installed Git for Windows (Git-2.31.1-64-bit.exe), logged in and cloned the repository. Project path: C:\git\repository\mago3djs

I have installed Eclipse IDE for Java Developers (eclipse-inst-jre-win64.exe). There is no item in the Eclipse menu “Project Import File”. Do I need to do File> Import? Eclipse

shire75 commented 3 years ago

Hi, @Ched2

Yes. You're correct.

Thanks.

Chep2 commented 3 years ago

@shire75, many thanks for help! I wanted to ask about this point of the instruction: Create Symbolic Link to use transformed F4D files as web service in mago3D JS project Run Command Line Prompt (cmd.exe) with administrative privileges and go to mago3D JS project C:\mago3djs C:\mago3djs>mklink /d "C:\git\repository\mago3djs\f4d" "C:\f4d" (delete is rmdir data) I just need to create a new empty directory "C:\mago3djs"?

shire75 commented 3 years ago

Hi, @Chep2

In the material, it is supposed that you installed this project in C:\mago3djs.

This means C:\mago3djs is root of this project.

Thank.s

Chep2 commented 3 years ago

Hi, @shire75 Thank you very much for your help!

In “Getting Started” written about directory “C:\git\repository\mago3djs“. I thought the root directory was “C:\git\repository\mago3djs“.

For the first time, the directory “C:\mago3djs” is mentioned in paragraph “5. Data Conversion”. At what point should I have created the “C:\mago3djs” directory?

shire75 commented 3 years ago

Hi @Chep2

It's just mis-typing. "C:\git\repository\mago3djs" is the correct argument.

Thanks.

Chep2 commented 3 years ago

Hi, @shire75 Thank you very much for your reply.

How do I go about doing this “Getting Started” section correctly? Link

Should the correct command look like this? C:\git\repository\mago3djs>mklink /d "C:\git\repository\mago3djs\f4d" "C:\f4d"

Chep2 commented 3 years ago

Hi, @shire75 Forgive me my lack of erudition. This is a new system for me. She is very interesting to me. Please help me get it started. Please.

shire75 commented 3 years ago

Hi @Chep2

Sorry for late response.

The last sentence is correct command line.

[root of this system]>mklink /d "[absolute path where converted f4d are]" "[alias path as which the system perceives real path]"

Chep2 commented 3 years ago

@shire75, thank you very much for your reply!

Chep2 commented 3 years ago

@shire75, I created data.json and policy.json files. In policy, I added my cesium_ion_token. I put these two files in the “C: \ f4d \ projectname” directory: jsons It is right?

Node server starts successfully: node server start

But there is no data in the browser: browser

My data.json and policy.json files: data_and_policy jsons.zip

Help me please.

shire75 commented 3 years ago

Hi @Chep2

You can see debug info when you hit F12 key with focus on Chrome.

Can you find any error message from it?

Chep2 commented 3 years ago

Hello, @shire75! Thanks for the answer. screen Chrome

shire75 commented 3 years ago

Hi, @Chep2

Can i know what branch you checked out for this work?

Chep2 commented 3 years ago

Hi, @shire75 I downloaded mago3djs-master.zip: master

Sorry if I misunderstood your question. I use Google Translate.

Chep2 commented 3 years ago

Sorry. Maybe I downloaded a different version by mistake ... difference Need to download "mago3djs-master.zip", right?