Jump to content

Can i use castrolUI with Babylon and make in game actions?


swat0284
 Share

Recommended Posts

Easy. For exemple with event click to texture:
 

var YourFunction = function(){    // action with BABYLON    skybox.material = null;};var guiTexture = new CASTORGUI.GUITexture("imageName", "data/image.png", {w:50,h:50,x:10,y:2}, guisystem, YourFunction);

Almost all Elements can receive a callback function, some are with click with other changes. You can consult the documentation for details.
 
https://github.com/dad72/CastorGUI

Link to comment
Share on other sites

Ok but when i for example try to do:
skybox.material = null; it dont work, or sometimes work sometimes no
at this moment i have stg like that and thats is problem;

 

button function()

{

try to run actionToMake inside babylon an it dont work

}

babylon function()

{

try to run actionXXXXX and it work

actionToMake function()

{

}

 

}

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...