-
If I render a comp in bodymovin I can preview it and hit "Take Snapshot" to save the current frame as an SVG. Any way I can export the entire comp as an svg sequence. I'm working on a project where I …
-
@litghost : there are two coverity warnings in the latest scan; I think they are in code that was likely to have been recently touched by you. If not, another possibility is @mustafabbas.
______…
-
I have a use case where I need to do that with the 3d components zeroed. Is there a way to do it (other than by hand ?)
Edit:
By hand, I am guessing this is what I want, but I am not sure
…
-
First of all, thanks for the great work.
I've been trying to understand and modify the AR demo code (which is also used [here](https://github.com/Martin20150405/SLAM_AR_Android)), but couldn't find p…
-
We should be able to use this technique like in https://github.com/dataarts/armsglobe/blob/master/index.html.
Wrap the div that holds our THREE.js output in a div that will hold our 2D elements.
'''
…
pc123 updated
10 years ago
-
Greetings!
Our team, **VectorU**, wants to stabilize model rockets using active thrust vectoring instead of typical passive techniques (i.e. not fins). Model rockets are fun and control systems are…
-
```python
import vcs
a=vcs.init()
dv3=a.get3d_vector() # default 3d_vector
import cdms2 # Need cdms2 to create a slab
f = cdms2.open(vcs.sample_data+'/clt.nc') # get data file
s = f('u') # use d…
-
Experimental functions should be reviewed, and decided if they still stay experimental after 1.0. The procedure is simply to remove `\experimental` from the docs.
Suggestions by @szhorvat:
### D…
-
Ordinary 2d maps use compasses to orient the reader. Something resembling a compass for these projections would be helpful -- not just for understanding what you're looking at, but also to provide an …
-
Hello,
I am tring to interpolate a set of unit direction vectors' endpoints with spline. It means that the spline will interpolate/cross each direction vector's endpoint on a unit sphere surface. …