Ian Gough
Ian Gough
I have already submitted a PR, #148.
I just looked around for the MQTT lib at FreeRTOS and did not see it. Do you have a link?
Thanks a lot for the workaround. Indeed that resulted in only one model being visible. > this is a workaround, but probably rendering happens two times same position I agree....
In `mclib/tgl.cpp`, within `TG_Shape::MultiTransformShape`, some objects are being put onto 2 separate lists for rendering. Line 2453 `mcTextureManager->addTriangle(theShape->listOfTextures[theShape->listOfTypeTriangles[j].localTextureHandle].mcTextureNodeIndex,MC2_DRAWSOLID | addFlags);` puts the object vertex data into `masterTextureNodes[nodeId].vertexData (in mclib/txmmgr.h)`. Line...
Submitted pull request #20 to deal with this issue and other bugs.
Your suggestion for AdvancedSerial.addPort() does not handle the case where a user wants to create an instance of an AdvancedSerialClass that communicates on different HardwareSerial port, such as Serial1 on...
Ok, I am looking forward to seeing what you come up with. On Nov 25, 2015 6:06 PM, "Renato A. Ferreira" [email protected] wrote: > The idea is to improve the...