jumpjack
jumpjack
I am experimenting with these test data: https://github.com/eu-digital-green-certificates/dgc-testdata/blob/main/IT/2DCode/raw/1.json But I can't get COSE from COMPRESSED, instead I get error: "uncaught exception: Remaining bytes" My code: function vai() { source =...
Version 4.425 of Noesis is unable to open some NIF files with version 20.6.0.0, raising exceptions like "Unreasonable texture list size" and "Unreasonable shader map list size". After some experiments,...
I found this ancient 3d format which apparently is not supported by any modern software: VST, used by NASA ViSTa softwtare a decade ago. Fortunately, the format is [well documented](https://trs.jpl.nasa.gov/bitstream/handle/2014/12074/02-0907.pdf?sequence=1),...
Search results offsets are shown in decimal format, but offset in main window are shown in hex format.
Found the C source code for **ivconv**, decoder for some very old formats such .iv (Silicon Graphics Inventor): https://github.com/rich-hart/3D_Graphics_File_Conversions C++: http://web.archive.org/web/20120104203132/http://people.sc.fsu.edu/~jburkardt/cpp_src/ivcon/ivcon.cpp > ".3ds\" 3D Studio Max binary;\n"; > ".ase\" 3D...
I am working to [an importer/converter for the ancient format .VST](https://github.com/jumpjack/VST-converter) for VISTA software; how could I add it to Online3dViewer, once ready? Is there a template to start from,...
Is **_io.pos** supposed to contain the offset of the substream in the root stream? I read same values for all substreams. For example, in this structure: ``` node | +...
This string: `¢H90hÍÚ&` equivalent to `a2 04 48 39 30 17 68 cd da 05 13 01 26` Should decode to ``` A2 # map(2) 04 # unsigned(4) 48 #...
It would be interesting to have also a VR-cardboard view (double view) associated to an AR project. Although a single camera does not allow 3d-stereo effect of the background image,...