setting the SceneView.model gives me all kinds of runtime errors, because, I guess, as the docs say, the model only supports ‘view’ and ‘projection’.
I’m not fully understanding how the pieces are plumbed together…
Any advice welcome!
I’m using .\repo.bat launch company.factory_streaming.kit -- --no-window to start my server, so I’ve altered the settings in that kit file and the company.factory.kit file.
I tried making several changes in these files…no difference. Do I have to rebuild or flush a cache? Is there a way to do this in code?
Well if you want to use it with “company.factory_streaming.kit” then that is where you must put the code in. I know it works because I use it with my custom apps. But it is not viewport manipulator. Just as I have given it.
Right: my problem was that the app loads a user.config.json file which had contradictory values…
C:\Users\user-name\AppData\Local\ov\data\Kit\Factory Streaming\0.1\user.config.json
It looks like the values in the .kit file initially set values here, but will not overwrite. I guess I can blow this file away.
Thanks for your help.