Yuri Artiukh

Results 12 comments of Yuri Artiukh

i think its better to ask at react-three repo. But in general, its best to provide also a code example

I think its possible, you can use this for example: https://threejs.org/docs/#examples/en/exporters/GLTFExporter

As far as i know, there is nothing parcel specific in here, should work with Webpack and others just like that, same code. Yep, this alias-link makes all the projects...

i think my issue belongs here: i've been using usual `ShaderMaterial`, and just noticed it only works for `RawShaderMaterial` right now. It actually works perfectly if u just replace this...

it is written as a plane native js, so you can copy it to your component, just the part with creating dom elements and getting events will be different from...

this code meant to be a simple example of effect. What you are saying is also doable, but quite specific, so you need to work that out yourself with help...

unfortunately this requires specific solutions for different images, not possible with this demo

Only with Machine Learning, otherwise manually.

``` output: { path: path.join(__dirname, config.dest.js), filename: '[name].js', publicPath: 'js/', library: 'SOMETHING', libraryTarget: 'umd' }, ```