Ambiera ForumDiscussions, Help and Support. |
|
|
|||||
|
Can some one show me what I am doing wrong here: /* its not working or showing the texture, if there is a better / easier way of doing it let me know. But I need to be able to do it dynamically, not through the editor actions. |
||||
|
the problem with AI code is you still need to be able to read the code to understand if problems occur. do yourself a favor and learn the basics of JS and read CC's JS API. that said, maybe try copying and pasting the entire JS API documentation into the AI you are using and try again, step by step. first get it to properly print a string to CC's console using print() instead of console.log(). then move onto more advanced stuff. good luck. |
||||
|
A simple response was all that was needed. Trying to talk down on me for using ai for one behavior when everyone uses ai... And more advanced stuff really... I built the entire VR platform CopperCube will now use for EXE and Webgl... what have you done??? Ill wait... Im new to the exe platform I used only webgl for years so excuse me if i get some of the calls wrong.... |
||||
|
@archangel, if you give a more detailed description what scene node setup you want to use and what you want to achieve with it in detail, I will try to help. |
||||
|
Thank you @hadoken. But Nevermind Im just going to switch back to using overlays since I got that working on the platform now. I was using plane meshes for the inventory on this one. But i already know what to do with overlays so im good, |
||||
|
|