ORBX viewer 2.0
awesome news
We'll be posting a link to our first tutorial on this forum later today/tonight.Refracty wrote:awesome news
The project will illustrate basic JSON/Lua fields for the following:
- multi-channel audio (background, looped, intro, etc.)
- hotspots
- node navigation
Next week, we are preparing samples covering playlists, videos, overlays, fade in/out controls, blend functions and more.
In parallel, we are testing basic navigable/motion stereo cube maps from ORC automatically rendered and exported from the cloud service. ORC handles compressing and building an ORBX media file It supports inserting custom JSON into the package as well. An ORC generated ORBX media file can be put on any URL, downloaded by users and play as-is in the new app.
- therealjustlike
- Posts: 43
- Joined: Sat Feb 14, 2015 4:30 am
- Location: oakland, ca
good news, thanks for the update!!!
Will look forward to dissecting this soon!
Will look forward to dissecting this soon!
i7-4770k, 16gb, gtx770
Will the first basic tutorial today cover how to overlay a stereo video cube tile on top of a long-lat stereo image in a loop?
- JonathanWinbush
- Posts: 120
- Joined: Mon Apr 27, 2015 7:35 pm
- Contact:
Awesome news any visual reference would be a big help at this point.
Winbush.tv
Win10x64 / i7 SkyLake / Nvidia Titan X + 980ti / 32gigs Ram
Win10x64 / i7 SkyLake / Nvidia Titan X + 980ti / 32gigs Ram
I am waiting on the cube maps to finish rendering for the tutorial scenes.
In the meantime, here is a sample lua script with overlays, audio and navigation links:
In the meantime, here is a sample lua script with overlays, audio and navigation links:
Code: Select all
-- 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 {
scenes = {
{
title = "intro",
url = "Video/Inro_LR.mp4",
onDone = "titlecard",
}, {
title = "titlecard",
url = "Titles/title.png",
audio_intro = "Music/Title.wav",
onDone = "entrance",
},{
title = "entrance",
url = "entrace.png",
audio = "ambience.wav",
audio_intro = "2_audio_intro.wav",
onAudioDone= "mainarea",
onRollover = {
[0] = { link = "mainarea", overlay = "arrow.png" }, -- rollovers have a yaw dir value as the index, default to 45 degrees unless fov= is specified
[180] = { link = "exit_to_home", overlay = "arrow.png", fov=120}, -- built in URL that exits the user to the parent home menu
},
}, {
title = "mainarea",
url = "3_mainarea.png",
audio = "ambience.wav",
audio_intro = "3_audio_railing.wav",
onRollover = {
[180] = { link = "entrance", overlay = "arrow.png" },
},
},
}
- 360precision
- Posts: 63
- Joined: Mon Apr 27, 2015 8:55 am
Feel like a donkey chasing a carrot 
Matt

Matt
360precision wrote:Feel like a donkey chasing a carrot
Matt

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