Open 4rc opened 3 months ago
The project is based on nodejs+vite.
npm install
to install vitenpm run dev -- --host --port 4430
to start a webserverLocal: https://localhost:4430/
and Network: https://192.168.XXX.XXX:4430/
If you want to host this on your own system, you can:
npx vite build
dist
is being created (which includes index.html
).dist/
to your webserver.If you want to use your own SweetHome3D file, you need to:
Display all levels.
Without this only a single level will be exported.
Export to OBJ:
Save it to sweethomewebxr/home/home.obj
.
SweetHome3D will create home.obj, but also many other related files that it will store in the same directory as home.obj
.
home.obj
and related files can also be uploaded to your webserver where you've uploaded the contents of dist/
.
great explanation, I'll try it in a couple of days and I will back to you. thanks!
hi, the project seems exactly what i was looking for, but...sorry I really do not understand what i should do... Should i clone your folders on my webserver? and visit the index.html? is it ok that to simply export my home in obj and put it in the home folder under public? thanks