Paul Pillot

Results 18 comments of Paul Pillot

> Hi there is any update in that regard? I've found that in the node_modules/dist there is a folder full of the typescript, can we use those definitions? Do you...

@contramundum53 No update unfortunately. I am not sure to understand the implications of updating Three.js. Apparently there has been changes to the web gl support, and other changes to the...

Honestly, I don't know.... I've spent lots of time recently trying to migrate the Three.js version (still an ongoing project) and realized that this library makes breaking changes in the...

In both examples, 2 different representations are created and are superposed. If what you are looking for is having a part of a cartoon representation in one color and a...

@hainm a view of the line that fails within the source code would be very useful, or a way to reproduce it (a live version somewhere?) Between 2.1.1 and 2.2.0...

For various reasons, I haven't made any progress on this. I did investigate further and noticed that the previous code also had mangled identifiers.

Working on this at the moment, I've noticed that mmCIF and binary cif files from RCSB do not contain the connectivity information in contrast with MMTF files (and PDB files...

Thanks @MichelML for having laid out these directions! One improvement that I can think about regarding the current JS API, would be to abstract the need to serialize parameters as...

@baoilleach with the `mol.get_json()` method you have access to an object containing a `molecules` property with a vector of atoms containing the following (optional) properties: ```typescript { chg: number; /**...

Right, with this code `atom` will be a reference to an AtomProxy object. This object has many properties which are useful to get the element name, the corresponding residue and...