Importing .Orbx using Lua

Forums: Importing .Orbx using Lua
A public forum for discussing and asking questions about OctaneVR.

Importing .Orbx using Lua

Postby InnocentDemonz » Mon Mar 12, 2018 9:48 am

InnocentDemonz Mon Mar 12, 2018 9:48 am
Hi,

I'm new to Octane and Lua and I'm having issues with importing .orbx files using Lua. The materials are on located on another drive.

I've managed to do this but with meshes.

Below is the code I have at the moment, I keep getting the following error message: Unsupported geometry file format for mesh nodes '.orbx'

Code: Select all
loadedMat = octane.node.create{ type=octane.GT_STANDARD , name="Loaded Material", position={ 550, 550 }}
loadedMat:setAttribute(octane.A_FILENAME, mat[i], true)
print ("Loading Material")


it's strange because when I manually import the materials they're set up as a GT_STANDARD

this could be a very simple fix so I apologize in advance I was just unable to find anything on importing .orbx files using Lua

thanks in advance.
InnocentDemonz
 
Posts: 1
Joined: Thu Mar 08, 2018 2:03 pm

Return to OctaneVR Questions & Discussion


Who is online

Users browsing this forum: No registered users and 6 guests

Thu Mar 28, 2024 2:18 pm [ UTC ]