Starting with yocto/gl #1297
-
Hello, I have downloaded the repo in VS2019, use CMake, compiled. I saw this code below in yocto project but I do not know what parameter I can pass to command line which is empty in VS2019 project by default so it fails when running F5
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Hello,
With these arguments instead, the program will open a window running a real-time progressive path tracer
For these commands to work, you must set the root of the yocto/gl as working directory, otherwise you must provide the absolute path of the scene to render as argument. |
Beta Was this translation helpful? Give feedback.
-
Ciao Giacomo, Many thanks for this help. I launched yscene with view ../../tests/features1/features1.json than screen is this and I do not find where goes the image output and did not view anything coming on screen Where can I find general info about command line ? |
Beta Was this translation helpful? Give feedback.
-
There is something strange. This looks like the output of |
Beta Was this translation helpful? Give feedback.
There is something strange. This looks like the output of
yscene
withrender
as command.With
yscene view
you wouldn't even see the linerender image
.