Dennis Kobert
Dennis Kobert
Nodes need to return some sort of meaningful data. What you are proposing is essentially polling a node for completion and returning some sort of default value until the polling...
> If we actually implemented the cull node, then changing the footprint by panning around would certainly impact the result - so if the shape was initially outside the viewport...
@Keavon can you test if the behaviour for folders is sensible? (the placing of the pivot marker is still broken, should be placed based on the selections bounding box). But...
This is basically provided by the render node
The code exits, it is just not currently used but that can easily be changed when hooking it up to something. This is basically not a blocker
I originally implemented this using the web-sys apis (that implementation is still available as comment in the node source code but can be made into a fallback based on the...
Yes, I was able to get proper images. iirc other issues are blocked on this one so keeping this open might not be the best approach
We should be able to just add a unit test for this right?
In that case pretty easy
I guess we could just queue them up in the wasm wrapper and send them to the backend running in a separate thread using a channel. On 23/04/14 12:14, 0HyperCube...