Closed luke-titley closed 3 years ago
You forgot to connect your camera to the scene's .root
. 😉
So you have everything nicely connected. Except the top node, the camera itself, is dangling.
Add this line after creating the camera:
ctx.connect("camera", "", ".root", "objects", &[]);
See also Basic Scene Anatomy.
Hey, I'm just trying out the nsi crate. 3delight installed etc, it's obviously picking it up. What doesn't seem to be working is the ferris output driver, seems like 3delight can't find it.
3DL ERROR E6032 no image will be rendered because no valid output driver was found
.Likely I'm missing a connection in my nsi somewhere, but I've got like 5 minutes worth of NSI experience... so... Getting this error when copying the FinishCallback example.