Cubemap Meshmapping using a .bin file issue #1728
Unanswered
sanikprogramist
asked this question in
Q&A
Replies: 2 comments
-
Include the workflow and any assets that may help people reproduce your problem. Thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
-
I'm not 100% sure, but I believe the current native version of BonVision meshmapping works for mapping pixels to visual angle and requires a .csv file as an input. I've zipped a version that should take the .bin file produced by interpolator.py. I think it should be placed after RenderCubemap. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I am trying to meshmap a cubemap environment corridor onto a dome. I am following the MeshMapping protocol from the BonVision website. i have gone through the steps to generate a .bin meshmapping file, which the protocol says "ready to use in your 3D bonsai workflow." However, the MeshMapping node doesn't seem to accept the .bin file as the correct format. What am I doing wrong?
here is an image of the Workflow section containing the meshMapping node, if that helps:
![image](https://private-user-images.githubusercontent.com/67742957/320531231-ca74d009-6db0-4d3c-b118-b082662344e2.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyNDkxNjksIm5iZiI6MTczOTI0ODg2OSwicGF0aCI6Ii82Nzc0Mjk1Ny8zMjA1MzEyMzEtY2E3NGQwMDktNmRiMC00ZDNjLWIxMTgtYjA4MjY2MjM0NGUyLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTElMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjExVDA0NDEwOVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTQ0MjZkNGIyN2Q0YmM4NDc0YTEwZjU0N2VkY2ZiMzI3NjUzZTRlY2ExNGNhMWRiZGQwYTE4YzdhNTVkNTY0MzgmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.OQxnNEP4f07ZfTEIdKYBRm-bqXYyCVwkeD6-SnK3IBI)
Beta Was this translation helpful? Give feedback.
All reactions