You are not logged in.

1

Friday, March 3rd 2023, 8:03am

How to create a placehotspot text like this 360 website?

How can I create a text hotpot and add a positioning line like in the picture? I can only create hotpot text frame, can't figure out how to add a positioning line?? *confused* *confused* *confused* For Example website : https://bds.vr360plus.vn/projects/jsc-industrial-360/
*thumbup* Woody *thumbup* KEEP MOVING FORWARD *thumbup*

jeromebg

Professional

Posts: 1,120

Location: Angers - France

Occupation: 360 experiences creator

  • Send private message

2

Friday, March 3rd 2023, 9:17am

The hotspot is the line and the text is children of the hotspot

kme

Intermediate

Posts: 310

Location: Belgium

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

  • Send private message

3

Friday, March 3rd 2023, 10:48am

Something like this:

Source code

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
	<hotspot name="textspot_left"
		type="text"
		html="Left line"
		height="150"
		css="font-size:80px;text-align:center;" vcenter="true"
		bgalpha="0.8" bgroundedge="10" bgborder="2 0x000000 1" bgshadow="0 0 5 0xFFFFFF 1.0"
		ath="125"
		atv="0"
		scale=".25"
		/>		
	<layer name="textspotline_left"
		parent="hotspot[textspot_left]"
		type="html"
		width="3" height="200"
		align="left"
		y="175"
		bgalpha="1" 
		bgcolor="0xff0000"
		/>


Demo: https://krpano.kri-soft.be/examples/drawline/

But I'm sure someone smarter than me will come up with a better solution *g*

4

Friday, March 3rd 2023, 1:44pm

Afaik there is a hotspot plugin which does exactly this if you don't want to create your own solution.

kme

Intermediate

Posts: 310

Location: Belgium

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

  • Send private message

5

Friday, March 3rd 2023, 1:56pm

There is indeed: this one: Callout Hotspots Plugin

6

Saturday, March 11th 2023, 5:07pm

thank you , i'll try *love*
*thumbup* Woody *thumbup* KEEP MOVING FORWARD *thumbup*

7

Wednesday, March 15th 2023, 11:00am

Something like this:

Source code

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
	<hotspot name="textspot_left" 
		type="text"
		html="Left line"
		height="150"
		css="font-size:80px;text-align:center;" vcenter="true"
		bgalpha="0.8" bgroundedge="10" bgborder="2 0x000000 1" bgshadow="0 0 5 0xFFFFFF 1.0"
		ath="125"
		atv="0"
		scale=".25"
		/>		
	<layer name="textspotline_left" 
		parent="hotspot[textspot_left]"
		type="html"
		width="3" height="200"
		align="left"
		y="175"
		bgalpha="1" 
		bgcolor="0xff0000"
		/>


Demo: https://krpano.kri-soft.be/examples/drawline/

But I'm sure someone smarter than me will come up with a better solution *g*
it's not work for me :( not show layer , just show hotspot :(
*thumbup* Woody *thumbup* KEEP MOVING FORWARD *thumbup*

ramirox3

Intermediate

Posts: 354

Location: La Ceja, Colombia

Occupation: photographer

  • Send private message

8

Wednesday, March 15th 2023, 12:37pm

weird, worked for me