Norbert Kozsir

Results 5 issues of Norbert Kozsir

Hey, so I've been pretty frustrated trying to get this basic thing to work. I'm using typescript and I want to pass data to WebGL via 'bufferData'. ```typescript let a:...

It would be possible to pass a controller and then individually play that animation. Nothing would change API wise.

Currently, when trying to call `JsonMapper.fromJson(object)` it may throw a runtime exception like: ``` Unhandled Exception: It seems your class 'SomeObject' has not been annotated with @jsonSerializable ``` This can...

enhancement
question
sponsorware

So when using AppLocalizations as an argument in a function typedef, and then using that typedef as a parameter of a freezed class, type information is somehow lost. Here is...

bug

``` var mat = MeshPhongMaterial({'shininess': 10, 'name': 'box'}); var diceMesh = THREE.Mesh(THREE.BoxGeometry(1, 1, 1), [ mat, mat, mat, mat, mat, mat, ]); ``` Crashes the application natively with the following...