본문 바로가기
물리엔진

rendering engine의 교체과정 (rendering model list up)

by wanna_dev 2024. 1. 5.

현재 랩실에서 사용하고 있는 렌더링 엔진은 실시간 렌더링에 가장 포커싱되어있어서 멋있는(?) 시뮬레이션을 지원하지 않는다. 따라서 물리엔진의 거동을 표현할 많은 색과 그림자를 지원하는 렌더링 모델을 찾고있습니다.

 

첫번째로 든 생각은 언리얼과 같은 상용 엔진을 사용하기 위해 현재 개발한 가상의료 시뮬레이션 코드를 상용엔진에 맞게 마이그레이션을 진행하여 물리엔진을 상용엔진의 렌더링 성능을 사용할 수 있다면 좋을 것이라고 생각했다.

https://github.com/tommybazar/TBRaymarcherPlugin

 

GitHub - tommybazar/TBRaymarcherPlugin: UE4 Plugin for Volumetric Rendering of 3D data.

UE4 Plugin for Volumetric Rendering of 3D data. Contribute to tommybazar/TBRaymarcherPlugin development by creating an account on GitHub.

github.com

https://github.com/tommybazar/TBRaymarchProject

 

GitHub - tommybazar/TBRaymarchProject: Allows volumetric rendering of 3D data with Unreal Engine.

Allows volumetric rendering of 3D data with Unreal Engine. - GitHub - tommybazar/TBRaymarchProject: Allows volumetric rendering of 3D data with Unreal Engine.

github.com

다만, .den 파일형식을 지원하지 않기 때문에

.den file을 dicom file로 변경해야한다.

 

 

https://github.com/DeepanshuDabas03/Volume_Renderer

 

GitHub - DeepanshuDabas03/Volume_Renderer: Volume Renderer, a testament to the power of computer graphics. This project was unde

Volume Renderer, a testament to the power of computer graphics. This project was undertaken during the Monsoon 2023 semester at the Indraprastha Institute of Information Technology, Delhi (IIITD). ...

github.com

우선 돌려봐야 알겠지만 여기에 우리의 데이터를 사용할 수 있을까? 하는 의문이 든다. 

 

 

https://www.aliza-dicom-viewer.com/

 

Aliza Medical Imaging

Aliza Medical Imaging

www.aliza-dicom-viewer.com

찾아본 것 중에 가장 사용하고 싶은 생각이 든다.

DICOM을 지원한다.

'물리엔진' 카테고리의 다른 글

DEN file to DICOM file  (0) 2024.01.05
각운동량 보존 법칙  (0) 2023.12.15
Position Based Dynamics  (0) 2023.10.27