An open API service indexing awesome lists of open source software.

https://github.com/mmesch/x3d

check out the webpage
https://github.com/mmesch/x3d

Last synced: 5 months ago
JSON representation

check out the webpage

Awesome Lists containing this project

README

          

# How to produce a working x3d file from obspy:

## Moment tensor:

1. save a mayavi scene as x3d
2. copy the x3d content into the HTML TEMPLATE that is attached at the bottom
of this text file
3. add true closure nodes, as in the HTML TEMPLATE. E.g.
``
becomes:
``
This seems to be a major issue with many browsers.
4. another point is to check that the order of the x3d elements is the same as below

## HTML TEMPLATE
```


Obspy Moment Tensor



x3d
{
width:80%;
height:80%;
display:block;
position:absolute;
top:10%;
left:10%;
border:1px green;
}
body
{
background-color: black;
}
h1
{
text-align:center;
color:#F7F2E0;
}


Obspy Moment Tensor























```