How do I make a sphere image a texture? If you have a tutorial, can you share it?![]()
For making such textured 3D-models the open source 3D creation software blender together with the PanoCamAdder Add-on from Michael Adam could be used. Here a tutoria.
Benutzerinformationen überspringen
Wohnort: Netherlands
Beruf: Krpano custom coding / Virtual Tours / Photography / Musician / Recording engineer
Zitat
The only problem with Blender is I start it, stare at it for a minute and then shut it down again
: https://pame.virtualtuur.comkrpano 1.20.8 tour.xml
<krpano version="1.20.7" title="Virtual Tour">
version="1.20.8"? ? ?
Not updated version number identification
How do I make a sphere image a texture? If you have a tutorial, can you share it?
This really looks good.
The only problem with Blender is I start it, stare at it for a minute and then shut it down again
Also the tutorials of Michael are ok.. but for a Blender novice.. perhaps do some starter tuts.

Kumon-san.
At 1.20.8, the text in the hotspot child layer became smaller.
The border also disappears.
1.20.7
1.20.8
Returning to 1.20.7 will be normal. Is this a bug?
Thank you
YASUSHI KUMON
At 1.20.8, the text in the hotspot child layer became smaller.
The border also disappears.
1.20.7
1.20.8
![]()
Returning to 1.20.7 will be normal. Is this a bug?
Thank you
YASUSHI KUMON
Quoted from "Klaus"
what are layered depth maps?
|
|
Quellcode |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
<action name="value_set">
addlayer(ruler_value);
layer[ruler_value].loadstyle(value-style);
set(layer[ruler_value].keep,true);
set(layer[ruler_value].parent,hotspot[e_point]);
set(layer[ruler_value].align,right);
set(layer[ruler_value].edge,left);
set(layer[ruler_value].ox, 10);
set(layer[ruler_value].autowidth, true);
set(layer[ruler_value].autoheight, true);
set(layer[ruler_value].html, 500);
set(layer[ruler_value].padding, 3 5 3 5);
</action>
<style name="value-style" capture="true" zorder="99" keep="true"
url="%SWFPATH%/plugins/textfield.swf"
visible="true" alpha="1" enabled="true"
background="true" backgroundcolor="0xFFFFFF" backgroundalpha="1"
border="true" bordercolor="0x000000" borderalpha="0.2" borderwidth="1.0" roundedge="5"
shadow="0.0" shadowrange="1.0" shadowangle="45" shadowcolor="0x000000" shadowalpha="0.7"
textshadow="0" textshadowrange="2.0" textshadowangle="90" textshadowcolor="0x000000" textshadowalpha="0.5"
css="text-align:right; line-height:1.2; color:#000000; font-family:MS ゴチック; font-weight:bold; font-size:16px; "
/>
|