You are not logged in.

virtual pete

Intermediate

  • "virtual pete" started this thread

Posts: 243

Location: Nerja

Occupation: Holiday rentals Nerja Costa del Sol

  • Send private message

1

Thursday, June 2nd 2022, 7:09pm

OBJ dollshouse within tour

Hi, I have an Dollshouse created with LIdar on IPhone and i want to include it in my VT. I have seen that there is a plugin i can use to add hotspots/links to scenes etc but what is the best way to include the OBJ file in the tour in the first place. I have and OBJ file, a JPG texture as well at MTL.
On another note can this sort of dollhouse be used with everpano? I have also an STL file.
Here is the dollhouse if anyone is interested created with Iphone 13 Pro and 3d Scanner app (free) took about 15mins to create with edits all done in the app also loads of export options. I could easily improve the quality if i took a bit more time but pretty impressed by the results. When i first starting exploring Lidar every example i saw kind of put me off the idea but now trying it as i needed a new phone its pretty cool. Be even better if i can incorporate it in my tours :)
TIA

This post has been edited 1 times, last edit by "virtual pete" (Jun 7th 2022, 9:11am)


2

Thursday, December 22nd 2022, 12:46pm

you can add OBJ in everpano and you can create hot spot adding reference.
How did you create Dollhouse with iPhone what soft did you use ?

kme

Intermediate

Posts: 162

Location: Belgium

Occupation: Long time coder, product manager and 3D enthousiast

  • Send private message

3

Thursday, December 22nd 2022, 3:13pm

I guess the most simple one:

Source code

1
2
3
4
5
6
	<scene name="dollhouse" autoload="false">
		<image>
			<sphere url="texture.jpg" />
			<depthmap url="model.obj" rendermode="3dmodel" scale="100" textured="true" waitforload="true" center="0,0,0" axis="+x+y+z"/> 
		</image>
	</scene>

Similar threads