You are not logged in.

Dear visitor, welcome to krpano.com Forum. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

kme

Intermediate

  • "kme" started this thread

Posts: 255

Location: Belgium

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

  • Send private message

1

Tuesday, December 27th 2022, 7:20pm

First suggestions

While making the virtual galleries (see my earlier posts), I found a few things that would be very nice to have in krpano. I hope these will be possible in some future version:

1) set a PANO as background for 3D objects.
Currently, only an image can be set as a background for 3D objects, but not a pano.

2) multiple 3D objects in one scene
In this example (click), the room itself is a pano, but the objects inside are 3D objects. Would love to see this in krpano!

When doing more development, more feature requests will surely come *tongue* *tongue*


Thanks for the great software, had a lot of fun deep diving into it!
K.

kme

Intermediate

  • "kme" started this thread

Posts: 255

Location: Belgium

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

  • Send private message

2

Wednesday, December 28th 2022, 1:35pm

To add on this

3) give an option make the 3D objects block hotspots behind them
right now, when you have a 3D object representing a wall and there is a hotspot behind that wall, you can still click on the hotspot. Would be nice if the 3D object would block the hotspot.

3

Tuesday, March 14th 2023, 10:17am

Just as follow-up note - this works now with version 1.21 when the depthmap.hittest setting is enabled.

kme

Intermediate

  • "kme" started this thread

Posts: 255

Location: Belgium

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

  • Send private message

4

Tuesday, March 14th 2023, 11:40am

Thanks for the follow up, I have already made heave use of it since the 1.21, thank you. *thumbsup*

But did you also implement my 1) and 2) suggestion?

For example, I would like to do this:

Source code

1
2
3
4
5
6
<scene name="default scene" autoload="true" >
	<image>
		<sphere url="temp360Env.jpg" />
		<depthmap url="models/object.obj" texurl="models/texture.mtl" rendermode="3dmodel" />
</image>
</scene>



Right now, as soon as there is a pano loaded, it is projected onto the model. I would like to have a sphere as background and model (with its own texture file) inside of it.

And while we are at it, why not this?


Source code

1
2
3
4
5
6
7
8
<scene name="default scene" autoload="true" >
	<image>
		<sphere url="temp360Env.jpg" />
		<depthmap url="models/object.obj" texurl="models/texture.mtl" rendermode="3dmodel" />
		<depthmap url="models/object2.obj" texurl="models2/texture.mtl" rendermode="3dmodel" />
		<depthmap url="models/object2.obj" texurl="models2/texture.mtl" rendermode="3dmodel" />
	</image>
</scene>


To have multiple 3D models insde the panorama *g* *g*

But the current release is already very nice, thank you so much for that! *thumbsup* *thumbsup*

5

Tuesday, March 14th 2023, 11:49am

would like to have a sphere as background and model (with its own texture file) inside of it.
Using a simple pano image as background pano will be possible with the next release very soon.

To have multiple 3D models insde the panorama
Is on my list, my current plan is to provide the 3D-Model usage also as hotspots elements (or similar hotspot-based elements). This should be most flexible.

kme

Intermediate

  • "kme" started this thread

Posts: 255

Location: Belgium

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

  • Send private message

6

Tuesday, March 14th 2023, 1:01pm

Sounds great! *thumbsup* *thumbsup*

7

Wednesday, March 15th 2023, 11:16am

would like to have a sphere as background and model (with its own texture file) inside of it.
Using a simple pano image as background pano will be possible with the next release very soon.

To have multiple 3D models insde the panorama
Is on my list, my current plan is to provide the 3D-Model usage also as hotspots elements (or similar hotspot-based elements). This should be most flexible.
and what would be awesome is that the light of panorama is projected onto the 3d model as hdr lighting *tongue* *tongue* *tongue*