You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I've been experimenting with this on macOS (intel), and most things seem to be working nicely now. There's a few places where care needs to be taken defining UInt types when passing to the library, and volumes seem to be broken on the ProRender side, but I've otherwise been able to reproduce most of the examples.
The one issue that I now have is that texture's aren't being applied as expected, see the attached images for the same setup defined using the c++ api and one defined using the Julia version.
I've got as far as finding out that there's a mismatch between the uv values being provided by GeometryBasics.jl and the ones defined in the c++ examples. Do you have any suggestions as to where the best place would be for me to try and fix this on the Julia side?
Thanks
The text was updated successfully, but these errors were encountered:
What code did you run?
The Shape constructor assumes "GeometryBasics" uv format... The lower level constructors will use the one from RadeonProRender...
Here's essentially what my code is doing. The example above also has a uv scaling node, but removing that doesn't make a difference for this issue.
So by using Shape it's using the GeometryBasics uv format, is there a way to apply the texture using the same format, or do I need to call Shape(context, vertices, normals, faces, uvs) with my own uv definition?
Hi, I've been experimenting with this on macOS (intel), and most things seem to be working nicely now. There's a few places where care needs to be taken defining UInt types when passing to the library, and volumes seem to be broken on the ProRender side, but I've otherwise been able to reproduce most of the examples.
The one issue that I now have is that texture's aren't being applied as expected, see the attached images for the same setup defined using the c++ api and one defined using the Julia version.
I've got as far as finding out that there's a mismatch between the uv values being provided by GeometryBasics.jl and the ones defined in the c++ examples. Do you have any suggestions as to where the best place would be for me to try and fix this on the Julia side?
Thanks
The text was updated successfully, but these errors were encountered: