Daniel Oberhoff
Daniel Oberhoff
I will look into the subclassing idea
hmm, actually, yes, it feels rather hacky, but just using videotexture would actiually work. I still think it should be clearer/more documented
yes, using videotexture works, feels quite hacky, but works. so guess we can bury this pr. still think it would make sense to add something documenting the fact. should I...
I could also make a VideoFrameTexture that has a nicer interface and also effectively serves as documentation
I just changed the commits on my branch, so you can see it directly here now. also added some documentation
hmm, this pr didnt update...will make a new one then :)
https://github.com/mrdoob/three.js/pull/30269
thanks for looking at this. so does that mean this PR will get merged when I address all of the requests? I was submitting it a bit speculatively and dont...
I dont think performance difference is measurable, the only action is changing some pointers and doing some comparisons. if any I would surmise performance improves with lower precision. yes, it...