Nola Donato
Nola Donato
1. Added capability to calculate matrices in a general way and put them in a transform blocfk 2. Accumulated state sorting culling and transform code into a new RenderSorter class...
The asset loader refuses to load the textures from an OBJ file if the corresponding MTL file name has an underscore in it. It will get an exception when loading...
When loading models with Jassimp, the animations are collected in a GVRAnimator component attached to the root of the model. This allows the user to start or stop all the...
Loading and viewing this asset https://raw.githubusercontent.com/gearvrf/GearVRf-Tests/master/x3d/lighting/spotlighttest4.x3d produces non-deterministic results. This asset contains 20 spot lights. On the S7 Edge GearVRF supports 16 spot lights so it has to toss four...
The alpha to coverage unit test draws text into a text view scene object. The way the text wraps has changed. The test is in GearVRf-Tests/framework-tests class TextureTests, function testAlphaToCoverage....