Search code examples
x3dom

Where can I find better documentation for x3dom?


I have been searching the web for documentation for x3dom, and all I can find is the documentation on their website which is, unfortunately, not that helpful. I am looking for something that explains the attributes for all the elements (specifically, rotation, translate, gradients for the different color attributes, etc...).

Or, maybe even a site that had tutorials on how to do basic and advanced programming with x3dom.


Solution

  • at the moment you have to get into the actual source on github here:

    https://github.com/x3dom/x3dom

    as well join the mail lists, i try to answer questions on there as well as here.

    today they mentioned using sphinx to generate better docs from the source code until then youll have to do the legwork yourself