Daniel Nuske
Daniel Nuske
The readme says /users/me would return the user id. the id is not coming through and the reason is the user serializer does not include that field. ``` class UserSerializer(serializers.ModelSerializer):...
trying to POST http://localhost:5000/etc it says `Protocol "http:" not supported. Expected "https:"` based on the examples it seems like it should work. Any clues what it might be?
Hi, I'm not being able to get the material rendered with flat shading. I'm implementing the same as I have with regular ThreeJS, but without the same results. A basic...
I modified the script a little to have a base with only 2 triangles/facets, dropping the size of resulting stl to half the size and being more light for 3D...