Colin Duffy

Results 11 comments of Colin Duffy

How could Standard shading lighting be implemented?

Additional changes in @clementroche's PR https://github.com/theatre-js/theatre/pull/367, can you merge those in? 😬

PHP required the absolute path of the destination, thanks to [this link](http://www.johny.org/2011/02/07/upload-using-c-as-client-and-php-as-server-2/), now works! ``` php ```

Data viewer ![Screen Shot 2023-03-16 at 12 12 38 PM](https://user-images.githubusercontent.com/626143/228333967-35a00f3d-39aa-4ea1-b2d8-34fdbf194328.png) Time viewer ![Screen Shot 2023-03-16 at 12 15 11 PM](https://user-images.githubusercontent.com/626143/228334162-a24287e7-fab8-46a5-ae39-7d580f4ce1e7.png)

> To be able to move the studio UI around is somewhat important, as sometimes it can overlap with the underlying UI I often toggle the visibility of the UI...

> It's not about that, it's about trying to fit the studio UI inside other containers like in an Admin page or other wrapping UI. Right now even if trying...

`run` is associated with npm, so either use `yarn build` or `npm run build`

Thanks @danoli3! Adding the `..\..\..\libs\openssl\include` worked!

Add this before the renderer.render call: `renderer.autoenablesDefaultLighting = true`