McCulloughRT / Revit2glTF

An open source glTF format exporter for Autodesk Revit.
181 stars 67 forks source link

导出的材质丢失了!而且只能是Revit的“着色”或者一致颜色吗? #7

Closed weiyu666 closed 1 year ago

weiyu666 commented 4 years ago

导出在3Dview打开下窗户材质丢失了! 微信截图_20200720105623 而且只能是Revit的“着色”模式不能是真实模式吗? 微信截图_20200720105744 下图是在revit下打开的:

原数据: 昆山市金华村农房设计.zip

McCulloughRT commented 4 years ago

@weiyu666 adding full compatibility with the Revit Material system (textures, etc...) is coming soon for this exporter, but for now only diffuse colors are exported. Specific to your question about windows: I just merged a PR that will maintain the transparency of such materials. Try re-compiling of the current master :) .

weiyu666 commented 1 year ago

Okay, according to my observation, the rendering of revit should be based on PBR, after all, PBR has become standard now; Unfortunately, his API exporter can only export simple diffuse materials. The exported material properties are not many and do not meet the Disney principles of BRDF! No, thank you anyway~