Maxime Rouyrre
Maxime Rouyrre
In my case I had to follow these steps: 1. upgrate to the latest 1.x release 2. upgrade to the first 2.0.0 release 3. create a `content/settings/routes.yaml` file (default content...
Hi, seems like the mesh is not generated correctly for some reason. Is there any error message in the console ?
Could you confirm you have the latest code from `master`, if not, can you re-test with it ?
Oh okay, well I'm already developing on Ubuntu using Firefox, so I'm not sure why it would fail for you...
Ah yes, I wasn't really satisfied with my option to copy-paste the entire ShaderMaterial glsl code anyway but wasn't aware of any good alternative... The interesting bit seems to be...
I fixed my issue of not being able to control the content of `STATIC_ROOT` with the following code. It's essentially a `Finder` mixin to collect in `STATIC_ROOT` the extra files...
Actually I also needed the following Finder to serve the static file during development as pipeline.PipelineFilter (I'm filtering some files with first two filters): ``` python from django.contrib.staticfiles.finders import BaseStorageFinder...