wasabia / three_dart

three.js rewrite by Dart, Dart 3D library. an easy to use, lightweight, cross-platform, general purpose 3D library.
MIT License
444 stars 77 forks source link

Does this library support Render to a Texture? #129

Closed andyzhshg closed 1 year ago

andyzhshg commented 1 year ago

First of all, thank you for providing such a great library. I would like to ask a question.

I want to use an offline rendering buffer as a texture, but I haven't found how to do it. Are there any related examples that I can refer to? Thank you.

wasabia commented 1 year ago

offscreen render ?
It's supported

andyzhshg commented 1 year ago

Thanks for reply. I'll try to find other ways.