Ubuntu에 3D 렌더링 엔진 Panda 3D 설치
Ubuntu Stdio 18.04LTS
Python 2.7.15rc1
확인
$ pip search panda3d
Panda3D (1.9.4) - Latest stable release, Python 2 only
cefpanda (0.1) - Panda3D-friendly wrapper around cefpython
panda3d_inputmapper (0.1) - Simple input mapper to use with Panda3D
vext.panda3d (0.6.1) - Use system panda3d from a virtualenv <ーvext.panda3dのビルドホイールに失敗しました
panda3d_pman (0.1) - A Python package to help bootstrap and manage Panda3D applications
render_pipeline (2.0) - Physically Based Rendering and Deferred Shading for the Panda3D Game Engine <ーrender_pipelineの要件を満たすバージョンが見つかりませんでした(バージョン:から)
$ pip3 search panda3d # Python 2 onlyということなのでインストールしていない
Panda3D (1.9.4) - Latest stable release, Python 2 only
vext.panda3d (0.6.1) - Use system panda3d from a virtualenv
panda3d_inputmapper (0.1) - Simple input mapper to use with Panda3D
cefpanda (0.1) - Panda3D-friendly wrapper around cefpython
panda3d_pman (0.1) - A Python package to help bootstrap and manage Panda3D applications
render_pipeline (2.0) - Physically Based Rendering and Deferred Shading for the Panda3D Game Engine
설치$ pip install Panda3D cefpanda panda3d_inputmapper panda3d_pman
vext.panda3drender_pipeline
오류 때문에 설치할 수 없습니까?예시 프로그램의 일부분 (대부분??)에서 설명한 대로 해당 매개변수의 값을 수정합니다.
설치 실패
Panda 3D의 이전 버전은 Python2 전용으로 최신 버전은 Python3에서 사용할 수 있을 것 같지만 모두 실패했습니다.
인터넷에서 정보를 수집하고 싶지만 해외 사이트에서도 거의 찾을 수 없다.
다운로드 (예제 프로그램이 활성화되어 있고 문서도 사용할 수 있습니다.)
https://www.panda3d.org/download.php?platform=ubuntu&version=1.8.0&sdk
https://www.rosehosting.com/blog/how-to-install-panda3d-on-ubuntu-10-04/
Ubuntu10.04에 Panda3D를 설치하는 방법 (설치된 패키지는 현재 Ubuntu에 없음)
스펀지 같은 것이 계단에서 굴러 떨어졌다.
http://www.cadnav.com/
위의 웹 사이트에서는 Panda 3D에서 사용할 3D 모델을 무료로 다운로드할 수 있습니다.
*.obj 파일 다운로드
3D 게임 엔진 Panda3d를 사용해 보세요.
https://www.kunihikokaneko.com/dblab/python3d/panda3d.html
에서 설명한 도구를 사용하여 벽의 레이아웃과 형상을 조정합니다.
Reference
이 문제에 관하여(Ubuntu에 3D 렌더링 엔진 Panda 3D 설치), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/ty21ky/items/de7b4be494b35417d7f0텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)