이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

Threepress

설명

Easily embed three.js in WordPress

What you can do:

Create three.js galleries anywhere

Create galleries using the shortcode generator in the Threepress admin, and then paste the shortcode wherever you want – the javascript that renders the shortcodes is loaded on all public pages.

A gallery renders one three.js Scene.

To customize the layout or dimensions of your gallery, use CSS. An id tag of form #threepress-gallery-[gallery name] is put on the wrapper of the <canvas> element, or use class .threepress-gallery / .threepress-gallery canvas to target all galleries.

The gallery renderer (three.js object) should adjust to match your given dimensions automatically to prevent skewing or blurring.

If you want to custom code your own gallery, scroll down to ‘javascript devs’.

Notes

All models must be in “.glb” format – most 3d programs can export to this.

They are stored in the Media Library like everything else, but can be found easily through the Threepress library, which simply filters for “.glb” extensions.

For javascript devs:

All the galleries on a given page will be available in the global variable THREEPRESS, in the galleries property. See the Gallery class (static/js/ThreepressGallery.js) for insight on interacting with these.

스크린샷

  • A GUI for quickly creating scenes, with many features planned to be added
  • Added in v1.0 – heightmaps, fog and sunlight
  • Experimenting with ‘readymade’ models in Threepress World
  • An artist installing their own artworks in a Threepress World

설치

The plugin will create one database table to store your galleries:
threepress_shortcodes,

This remains in place upon deactivation, so if you want to remove it you must do so manually.

후기

2023년 7월 28일
Made a wordpress account specifically for leaving a review for this plugin. The creator goes above and beyond to help out with any issue. Would recommend this plugin to anyone in need of a 3d viewer.
2023년 4월 4일
Great plugin with tons of options and it actually works! It has so much potential to add a lot more features, but it definitely does the job for the 3D model presentation. Well done! 🙂
2022년 4월 28일
I love the light weight and basic design. I was a bit skeptical at first with interface seems extra, but they now becomes essential to the work flow. Having 3d knowledge knowing how to export gltf files to include texture/normal/animation/vertex/ will make this plugin just as good as other paid 3d viewer. Thank you very much for all these works!
모든 5 평가 읽기

기여자 & 개발자

“Threepress”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Threepress”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.7.1

  • feature: allow Threepress World admins more backend controls

1.7.0

  • feature: global settings – allow conditional loading by post / page
  • fix: clearer model load errors in admin

1.6.7

  • fixed versioning

1.6.5

  • feature: World: allow extensible section of ‘readymades’
  • fix: World: OrbitControls and object transforms fixes

1.6.3

  • feature: change World controls to OrbitControls instead of custom

1.6.2

  • fix: prevent mobile panning on zoom

1.6.1

  • fix: allow GLTFloader to load compressed models using ‘meshopt_decoder.js’ module

1.6.0

  • feature: basic support for multiplayer model uploading in Threepress Worlds

1.5.1

  • fix: some animation names were not getting decoded, so, would not play.

1.5.0

  • feature: Media Library will now preview glb files

1.4.2

  • require jquery

1.4.1

  • ongoing updates to Threepress World

1.4.0

  • Threepress World procedurally generated worlds and terrain
  • Threepress World image and model installs
  • Threepress World image and model controls

1.3.0

  • Threepress World, multiplayer chat, beta
  • non-fatal undefined variable in threepress.php fixed

1.2.1

  • activation error fixed

1.2.0

  • basic HDR images available

1.1.2

  • animation display bugfix
  • multiple threejs versions

1.1.1

  • animation GUI bugfixes

1.1.0

  • ambient lights
  • animations

1.0.3

  • added snow
  • saving coordinates bugfix

1.0.2

  • cleaner cam / light / ground positioning code, and bugfixes
  • UI tweaks

1.0.1

  • allow 10x more model ‘float’ granularity for ground contact

1.0.0

  • core features added to editor – fog, heightmaps, shadows. Also editor UI update.