フィルターのクリア

Can i use the object's reflection value of imported to stl file in MATLAB?

6 ビュー (過去 30 日間)
Yoojung Moon
Yoojung Moon 2023 年 5 月 8 日
コメント済み: Yoojung Moon 2023 年 5 月 21 日
I was desined 3D indoor model using Blender, and i exported the model to STL file for using the design in MATLAB.
And i imported that file in MATLAB for ray tracing simualtion.
I've been looking at imported 3D models in MATLAB, and it seems that the model doesn't set each object's reflection value, but rather sets all objects' reflections to the deflalt value.
The 'reflection of objects' in simulation is very important to me.
So, I want to know answer about below questions.
  1. Is the reflection value of the objects set in Blender saved, when import as an STL file in matlab?
  2. if no way about question 1, is there any way, i can set the reflection value of each object in Matlab?
Thank you for your attention. Have a good day-!

回答 (1 件)

Sarthak
Sarthak 2023 年 5 月 16 日
Hi Yoojung,
STL(Standard Tessellation Language) contains only the geometry information of the model and no material or texture information. Instead of setting the reflection values of each object in MATLAB, I would recommend you to export the model with reflection values from Blender itself in a file format that does save material properties like FBX file format. You can then import this FBX file in MATLAB for your ray tracing simulation.
  1 件のコメント
Yoojung Moon
Yoojung Moon 2023 年 5 月 21 日
Thank you for your attention about my problem.
I do simulate using the function that 'siteview'. Look at the below picture, 'siteview' function can import just only STL file format.
And this is what i'm doing simulate.
And I want to know How to import FBX file on my ray tracing model?
Can i get answer about it?

サインインしてコメントする。

カテゴリ

Help Center および File ExchangePropagation and Channel Models についてさらに検索

製品


リリース

R2022a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by