Paul Pillot

Results 50 comments of Paul Pillot

I've just finished converting the source code to typescript (except for the polyfills) #524 . I've tried again the tsc -d command and it reports hundreds of errors, mainly due...

I've completed the aforementioned PR #524 with various adjustments related to TS declarations. Some seem to me as quirks (see comment on the PR) but I could not figure a...

For the first part of your questions, technically the npm package should ship with 1 or many d.ts files. If we manage to have only 1 proper d.ts file for...

I have been working on implementing this feature as an option passed to the contact representation parameter. This is a RFC. new parameter: ```typescript customContacts: { seleList1: string[], seleList2: string[],...

Right now, the `ContactType` enum is declared as `const enum` which gets transpiled to numbers. It's possible to declare it as a "regular" `enum` which will be exported as an...

NGL is a viewing "only" library and doesn't have this modeling capabilities. I know that JSmol does have such capabilities and can perform some energy minimization to a certain extent.

@hshany, glad that I could have been helpful and congrats for making some sense of my code! If I understand you correctly, your code will create the new coordinates and...

There are various ways this can be done: - NGL support multi-models files, such as PDB files containing multiple models. You could make an animation based on different frames saved...

So, I gave this a try. I have been able to update versions of three.js up to r154. There is a major change wrt to lighting in r155 which leads...

I've been able to upgrade to the latest version by using the deprecated `.useLegacyLights` property. It seems that there are several properties in the lights that should be set (like...