screeny05 / openrw.js

RenderWare implementation in TypeScript
https://screeny05.github.io/openrw.js/
GNU General Public License v3.0
11 stars 0 forks source link

Is there a way to export the rendered .png files from the DFF model? #14

Open kilofox opened 7 years ago

screeny05 commented 7 years ago

Not yet, but that would probable be nice! How do you expect the interface? I'm guessing a kind of cli-command, which lets you load a dff, and supply the position of the camera?

node dist dff-screenshot --posx 100 --posy 192 --posz -100 files/model.dff

something in that way?

avail commented 7 years ago

how about pressing a key (maybe 's' for screenshot) after aligning camera saves a shot to cwd?

screeny05 commented 7 years ago

Well that certainly is a lot simpler 👍

kilofox commented 6 years ago

It's better like the original "Renderware Graphics Clump Viewer", switch "HAnim Animation" status by pressing "A". We can add a funciton that can save a .png file (with alpha channel) by pressing "s".