S
S
Stepan Sidorov2020-02-20 09:32:34
JavaScript
Stepan Sidorov, 2020-02-20 09:32:34

Is there a hosting for .obj format?

I need hosting for .obj formats.
Specifically, I need to import a 3d model into my JS script, as if from a local computer, I.E. without downloading the file. I know there is image hosting hostingkartinok.ru, I need something like this only for .obj

Answer the question

In order to leave comments, you need to log in

4 answer(s)
G
GAG, 2020-02-24
@Stepan47

Services where you can upload your models:

  • sketchfab.com
  • PARTcloud.net
  • p3d.in

The ability to load a model from their repository using the API or directly needs to be checked on a case-by-case basis.

R
Roman Mirilaczvili, 2020-02-20
@2ord

You launch a Lighttpd, nginx, Apache httpd or other web server locally and through http: //localhost files with any extensions are given, everything that is in the upload folder (typically htdocs).
In production, the same or any Amazon S3 compatible.

X
xmoonlight, 2020-02-20
@xmoonlight

A direct link to a 3D model loaded from a third-party server and processed on your own can only be used if the transfer protocol and CORS policy are agreed.
Otherwise, without first downloading the file to your server, nothing will come of it.

P
Puma Thailand, 2020-02-22
@opium

Yes, anyone take it's just a file

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question