Statics Posted September 9, 2015 Share Posted September 9, 2015 If i comment out line 59, this line will appear and disappear, but if it isn't commented out then only the head will do that. http://www.babylonjs-playground.com/#5W6XR I'm sure it's something simple but I can't figure it out. Quote Link to comment Share on other sites More sharing options...
Ahiru Posted September 9, 2015 Share Posted September 9, 2015 Well - does a line HAVE a lower visibility?Try: resultant.visibility = 0.1;I can't see any difference to .visibility = 1; Quote Link to comment Share on other sites More sharing options...
GameMonetize Posted September 9, 2015 Share Posted September 9, 2015 Ahiru is right. You should consider using a tube instead of a line for the body of your arrow (in the meantime, animations work well for the head of the arrow) Statics 1 Quote Link to comment Share on other sites More sharing options...
Statics Posted September 10, 2015 Author Share Posted September 10, 2015 I see what you mean. The issue I'm having is applying animation to 2 different meshes at the same time, regardless of if they are a line or not. Quote Link to comment Share on other sites More sharing options...
GameMonetize Posted September 10, 2015 Share Posted September 10, 2015 Here is it:http://www.babylonjs-playground.com/#5W6XR#1 Statics 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
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.