Hi All
So I am using the es6 modules in a vue project , I want to try the importing the individual classes to benefit from enhanced tree shaking as the documents state , but now how to know what the import path is for each thing you need?
So I thought open the docs , search the object , in this case “CubeTexture” and get the needed info …
this actual object page is just documentation on the methods and fields etc… also all other pages showning example code do not show any imports of the object.
So to me this is info I expected to be able to get instantly when searching the object in the docs.
Unless im doing something wrong here , how else are we supposed to find the import path for every babylon object in a logical manner? ( without having to go manually dig in the modules folder and figure it out the long way )
thanks
edit again , tried for searching “GlowLayer”
same problem , GlowLayer page only has info on methods and fields , and how to page for GlowLayer has code examples that dont show the import path.