-
Notifications
You must be signed in to change notification settings - Fork 287
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem about creating transparent 3D Model #345
Comments
wow transparent stuff is hard! I would suggest to use blender directly to generate your data. We are currently working on a version with omniverse, you might be able to use this, but I dont have first hand experience. But nvisii has limited capacity for transparent objects. And modelling these objects you need to be precise. |
I created some 3D models of the transparent objects using blender and export .obj file and .mtl file. But when I want to import the model in NVISII, I found the material applied in the object is missing. I think if the function used to load model |
obj mtl models do not have the capacity to express transparency. https://github.com/owl-project/NVISII/blob/master/examples/17.materials_visii_interactive.py check this and play with transmission. You need to apply that to your model, but transparency is not well supported by nvisii. |
OK! Thank you! |
@TontonTremblay |
I would change obj_scale |
ok,thank you very much! |
If I want to create a 3D model of a transparent object in Blender, like the one shown in the image below(ignore some lables on the objects), do I not need texture images?
Then, in the model files I construct for generating data, do I only need the .obj file and .mtl file for the transparent object?
The text was updated successfully, but these errors were encountered: