-
Right now this uses versor dragging - it's fun, but probably not the best for what people want to do with this plugin.
tmcw updated
10 months ago
-
Hi there, is there a command line support for muffon? I'm asking because I want to build an music box like TigerBox for our child, but without the limitation to only use their products.
For this I wo…
-
# "fffaraz/awesome-cpp"
*22-06-2021 13:07*
> A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny things. Inspired by awesome-... stuff. - fffaraz/awesome-cpp
A cur…
-
With the following code snippet, ecs_struct gives error:
`error: meta.c: 283: computed size for 'versor' matches with actual type but alignment is different (4 vs. 16)`
```
typedef __attribute…
-
The objective is to add a task in the IK that minimizes the distance between the direction of two vectors (we will consider them being unit vector for now).
Let's consider that we have a desired di…
-
A simple distance-based connectivity strategy lead to a huge connections over-estimation.
Here are the two connectivity functions:
```
def get_region_of_interest(self, chunk):
# Com…
-
Currently, `glm_quat_lerp` is calling `glm_vec4_lerp`.
But according to https://registry.khronos.org/glTF/specs/2.0/glTF-2.0.html#interpolation-slerp,
it should be something like this?
```
verso…
-
Add mouse/touch events handlers to make the globes rotate under user control.
The maps are a large representation of the globe, [ 50 m resolution] and the javascript version of the library is u…
-
Our page uses some fairly complex D3, but we've noticed an issue that can be consistently reproduced even in simple examples.
**Steps to reproduce:**
1. (On a Mac) `control + click` on any dragga…
-
Hello I am having a bad time whit the library I need to do :
camera->Position += camera->speed * camera->Orientation;
This is the closest I have gotten :
```c
vec3 temp;
temp = glm_vec3_mul(c…