vue-babylonjs icon indicating copy to clipboard operation
vue-babylonjs copied to clipboard

Documentation API needs more to be added

Open sniperadmin opened this issue 4 years ago • 1 comments

Playing around with textures let me search alot, here is an example that should be added in the API of the docs (I can contribute):

turning on wireframe on a box:

<Box>
   <Material diffuse="#fafafa">
     <Texture property="wireframe" />
   </Material>
</Box>

image

I got it after reading materials section and some guessing, trial and errors

sniperadmin avatar Jun 26 '20 19:06 sniperadmin

+1

demobin8 avatar Oct 30 '20 06:10 demobin8