Michael Saup
Michael Saup
the scale/retina factor may be 1,2 or 3 according to https://ios-resolution.com/
@shersoni610 me too, a simple example would be: ````python mat2 = pyrender.MetallicRoughnessMaterial( metallicFactor=0.2, alphaMode='OPAQUE', baseColorFactor=(0.8, 0.3, 0.3, 1.0) ) mesh = pyrender.Mesh.from_trimesh(tmesh, smooth=False, wireframe = False, material = mat2) ````
I get the same error. I am trying to compile an openframeworks app via emscripten on linux/lubuntu 16.04. They have incorporated emscripten. The core dev team has never seen this...
@muelli could you ever solve the issue?
@jaraco contributing @support selector is beyond my scope. Still I have a question: - @support rule.type appears as UNKNOWN_RULE - inside that unknown rule I change all colors with string...
Hey Julien, this was some time ago. I remember that Arturo had fixed some internal indexing vars to size_t (64 bit) at one point, the source of the issue. I...
yes, i am using a wide range of numbers. there is no need to change the whole addon to double, as i indicated, a substitution of ofMap() with double precision...