
ORBX viewer 2.0
Same for me. I have sent the simple script too. Maybe a small mistake in the directory too...
Thanks to you @Jax

http://www.C9W.de - Win10 - Dual E5 2620v3 - Display 1 GTX 1080 / Render 1 3090 RTX - 96 RAM - C4D MSA - C4D Plugin version: current - Standalone: current
Hey guys,
Sorry for the delay, but as promised here's a working sample project, this should get you guys started.
Please note, we just covered a few minor bugs while getting this sample project ready, so you guys might run into some issues when switching between samples. but the team is working on pushing out another update soon.
If you have any issues or questions, please feel free to send them my way.
Cheers,
J.
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
-- ORBX Media Scene description table
-- automatic working comments may be the best reason for lua over json
--------------------------------------------------------------------------------
-- any lua code can go here as long as this file ends up returning the scene table
--------------------------------------------------------------------------------
return
{
settings =
{
-- settings and callback fields are experimental and will be deprecated by final settings API in 3.00 player
do_tex_caching = true,
do_tex_preload = true,
max_tex_cache = 220, -- max texture mem in mb
},
callbacks =
{
},
scenes =
{
{
title = "Tuscany1",
url = "tus1_beauty.png",
audio = "ambience.wav",
onRollover =
{
-- rollovers have a yaw dir value as the index, default to 45 degrees unless fov= is specified
[0] = { link = "Tuscany2", image = "arrowglow.png", },
-- built in URL that exits the user to the parent home menu
[180] = { link = "exit_to_home", image = "arrowglow.png" },
},
},
{
title = "Tuscany2",
url = "tus2_beauty.png",
audio = "ambience.wav",
onRollover =
{
[180] = { link = "Tuscany1", image = "arrowglow.png", },
},
},
}
}
Sorry for the delay, but as promised here's a working sample project, this should get you guys started.
Please note, we just covered a few minor bugs while getting this sample project ready, so you guys might run into some issues when switching between samples. but the team is working on pushing out another update soon.
If you have any issues or questions, please feel free to send them my way.
Cheers,
J.
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
-- ORBX Media Scene description table
-- automatic working comments may be the best reason for lua over json
--------------------------------------------------------------------------------
-- any lua code can go here as long as this file ends up returning the scene table
--------------------------------------------------------------------------------
return
{
settings =
{
-- settings and callback fields are experimental and will be deprecated by final settings API in 3.00 player
do_tex_caching = true,
do_tex_preload = true,
max_tex_cache = 220, -- max texture mem in mb
},
callbacks =
{
},
scenes =
{
{
title = "Tuscany1",
url = "tus1_beauty.png",
audio = "ambience.wav",
onRollover =
{
-- rollovers have a yaw dir value as the index, default to 45 degrees unless fov= is specified
[0] = { link = "Tuscany2", image = "arrowglow.png", },
-- built in URL that exits the user to the parent home menu
[180] = { link = "exit_to_home", image = "arrowglow.png" },
},
},
{
title = "Tuscany2",
url = "tus2_beauty.png",
audio = "ambience.wav",
onRollover =
{
[180] = { link = "Tuscany1", image = "arrowglow.png", },
},
},
}
}
- Attachments
-
- otoy_sample.zip
- (86.45 MiB) Downloaded 2369 times
Hello, how i can see attachments? Right now it say i dont have permissions.
Wow, thanks Jax for the demo 
ciao beppe

ciao beppe
This is getting more strange, i just got email about private message from Jax, but when i go to my inbox at forum i see only this 'You are not authorised to read private messages.'
What? )
p.s. sorry for offtopic, there is no another way to msg admins.
What? )
p.s. sorry for offtopic, there is no another way to msg admins.
Hi Jax!
hi Octane Team!
Thanks a lot for this demo! Works well and it is a huge step forward! My head explodes thinking about all the new possibilities you gave us!
It´s just 8 something a.m. and you already made my day!
Gonna get a fresh coffee right now...
Chriz
hi Octane Team!
Thanks a lot for this demo! Works well and it is a huge step forward! My head explodes thinking about all the new possibilities you gave us!
It´s just 8 something a.m. and you already made my day!

Gonna get a fresh coffee right now...

Chriz
http://www.C9W.de - Win10 - Dual E5 2620v3 - Display 1 GTX 1080 / Render 1 3090 RTX - 96 RAM - C4D MSA - C4D Plugin version: current - Standalone: current
- regionfive
- Posts: 73
- Joined: Mon Dec 06, 2010 5:50 pm
- Location: Nuremberg/Germany
- Contact:
This is going to rock!
I´m heading home to get my gear vr and test it !!!
I´m heading home to get my gear vr and test it !!!
Hi Jax,
Thanks for sharing this demo, it looks very promising!
Looking forward to the full docs to see what possibilities there are!
In the meantime I'll be creating some demos of my own.
Thanks for sharing this demo, it looks very promising!
Looking forward to the full docs to see what possibilities there are!
In the meantime I'll be creating some demos of my own.
-/-/-enri --- C360.NL
- ristoraven
- Posts: 390
- Joined: Wed Jan 08, 2014 5:47 am
Is it possible to have continuous sound file between cubemaps? Tried to tweak the code a bit, unsuccessfully.