Closed benbro closed 10 years ago
The API is the same. Just use the webgl renderer instead. https://github.com/mrdoob/three.js/blob/master/examples/css3d_molecules.html#L158
This issue list is for reporting bugs. If you have questions about how to use three.js, read the examples or post on stackoverflow.
@kumavis
The API is the same. Just use the webgl renderer instead.
Not in this case.
This issue list is for reporting bugs.
...and also feature requests. I'd consider the request for an additional example to be in that category.
whoops - looks like I spoke too soon :cactus:
Thinking about it again, since the referenced demo is categorized as a css3d demo it could easily be overlooked by someone looking to work with pbd. Having an explicit loader / pbd
demo would be nice.
Done! ^^
Having an explicit
loader / pbd
demo would be nice.
True that. Will rename.
Thank you.
Hi
Is there a chance to have an example of using pdb files with the webgl renderer. The existing example is great but it is demonstrating two things, working with pdb files and css3 renderer, which make it harder to reuse.
https://github.com/mrdoob/three.js/blob/master/examples/css3d_molecules.html
Thanks