burbonvagin Posted September 23, 2014 Share Posted September 23, 2014 is it possible to make a mesh visible without light? in three.js you can use THREE.MeshBasicMaterial. in blender you can use an emit shader. how can this be accomplished in babylon.js? can it be done without a custom shader? Quote Link to comment Share on other sites More sharing options...
Wingnut Posted September 24, 2014 Share Posted September 24, 2014 Hi BV! That is done with StandardMaterial.emissiveColor and .emissiveTexture . http://www.babylonjs.com/playground/#CZOIR (light has been remarked-out) Party on! burbonvagin 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.