-
Just like the Headset position, I am attempting to write python script to send Controller packets. Connection to the control API and sending data basically works, but I can't get 'orientation' working…
-
Importing ModernGL on Travis gives me the following error:
```
virtualenv/python3.6.2rc1/lib/python3.6/site-packages/ModernGL/__init__.py:8: in
from .mgl import Error
E ImportError: /home…
-
### Expected behavior
Can we use multi texture: diffuse + alpha mask (from a png) ?
### Actual behavior
I could not find any info about this in the doc.
### Version info
```
ModernGL: 4.…
-
Using the repology.org's API, I've generated a list of possible updates that can be made to the nix packages. It lists the current nixpkgs_unstable version on the left of the arrow and the version tha…
-
Originally reported by: **adamgriffiths82 (Bitbucket: [adamgriffiths82](https://bitbucket.org/adamgriffiths82), GitHub: Unknown)**
---
I'm attempting to upload a new version of a python package 'pyr…
-
here:
```
>>> from pyrr import *
>>> a = matrix44.create_from_axis_rotation([1.,0,0],5 )
array([[ 1. , 0. , 0. , 0. ],
[ 0. , 0.28366219, -0.95892427, 0…
-
Dear,
I were using the simplest code because my results were not correct.
The convention of the different object seems to be different
- [Matrix33 Euler convention](https://github.com/adamlwgriffit…
-
Could you include the tests in the releases? Distributions would like to have these in order to test whether their builds are actually working.
FRidh updated
8 years ago
-
```
C:\>python
Python 2.7.10 (default, May 23 2015, 09:44:00) [MSC v.1500 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import numpy as np
>>> np.…
-
I tried changing the example code to do the CSG during rendering, obviously this is quite slow, any ideas on how to do CSG in an animation efficiently ?
Ideally I'd like to be able to have some 3d ob…