Title: Threepress
Author: kerryoco
Published: <strong>སྤྱི་ཟླ་ལྔ་པ། 20, 2021</strong>
Last modified: སྤྱི་ཟླ་བཅུ་པ། 13, 2025

---

Search plugins

![](https://ps.w.org/threepress/assets/icon-128x128.png?rev=2535082)

# Threepress

 By [kerryoco](https://profiles.wordpress.org/kerryoco/)

[Download](https://downloads.wordpress.org/plugin/threepress.1.8.5.zip)

 * [Details](https://dzo.wordpress.org/plugins/threepress/#description)
 * [Reviews](https://dzo.wordpress.org/plugins/threepress/#reviews)
 *  [Installation](https://dzo.wordpress.org/plugins/threepress/#installation)
 * [Development](https://dzo.wordpress.org/plugins/threepress/#developers)

 [Support](https://wordpress.org/support/plugin/threepress/)

## Description

Easily embed [three.js](https://threejs.org) in [WordPress](https://github.com/Wordpress/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.

## Screenshots

 * [[
 * 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

## Installation

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.

## Reviews

![](https://secure.gravatar.com/avatar/610f092a99bd9a5e26343e7b5b234dff0ca9777ea576194d738d15a7813b96f1?
s=60&d=retro&r=g)

### 󠀁[Wow its amazing](https://wordpress.org/support/topic/wow-its-amazing-2/)󠁿

 [adminio](https://profiles.wordpress.org/adminio/) སྤྱི་ཟླ་བཅུ་གཅིག་པ། 23, 2023

I literally want to keep this a secret…

![](https://secure.gravatar.com/avatar/c6bcbf18186509a39ccf6b3e654c2bedf7875e577e1620cba4106dcfbaf4c9fd?
s=60&d=retro&r=g)

### 󠀁[Awesome product](https://wordpress.org/support/topic/awesome-product-112/)󠁿

 [floridom](https://profiles.wordpress.org/floridom/) སྤྱི་ཟླ་བདུན་པ། 28, 2023

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.

![](https://secure.gravatar.com/avatar/703fdac40130ea1b78c06c8f1ef5008d86acacc8b8d7e849156f1045cf0ec7ec?
s=60&d=retro&r=g)

### 󠀁[Amazing plugin](https://wordpress.org/support/topic/amazing-plugin-2379/)󠁿

 [somedev123](https://profiles.wordpress.org/somedev123/) སྤྱི་ཟླ་བཞི་པ། 4, 2023

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! 🙂

![](https://secure.gravatar.com/avatar/2d2f04d0ddbf92683895bbeec6c7eb26b61de672ff89ccfe42e937206ff2212a?
s=60&d=retro&r=g)

### 󠀁[awesome basic plugin for glb models](https://wordpress.org/support/topic/awesome-basic-plugin-for-glb-models/)󠁿

 [june550](https://profiles.wordpress.org/june550/) སྤྱི་ཟླ་བཞི་པ། 28, 2022

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!

![](https://secure.gravatar.com/avatar/b654591391a0ec9ccf06901df81acea0f198f55819192d6b26f6e36d96565350?
s=60&d=retro&r=g)

### 󠀁[3D Preview is Good. But No animation support](https://wordpress.org/support/topic/3d-preview-is-good-but-no-animation-support/)󠁿

 [akshaygadekar02](https://profiles.wordpress.org/akshaygadekar02/) སྤྱི་ཟླ་གསུམ་
པ། 5, 2022 7 replies

Add animation support if possible. 3d preview is good and easy to use…

 [ Read all 5 reviews ](https://wordpress.org/support/plugin/threepress/reviews/)

## Contributors & Developers

“Threepress” is open source software. The following people have contributed to this
plugin.

Contributors

 *   [ kerryoco ](https://profiles.wordpress.org/kerryoco/)

[Translate “Threepress” into your language.](https://translate.wordpress.org/projects/wp-plugins/threepress)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/threepress/), check
out the [SVN repository](https://plugins.svn.wordpress.org/threepress/), or subscribe
to the [development log](https://plugins.trac.wordpress.org/log/threepress/) by 
[RSS](https://plugins.trac.wordpress.org/log/threepress/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.8.5

 * clearer UX for logged / non-logged, edit / cannot edit toons in Threepress World

#### 1.8.3

 * better toon management both for users and admins in Threepress World.

#### 1.8.1

 * typo! version was omitted previously

#### 1.8.0

 * fixes glb uploads for hosts which required model/gltf-binary mime types (this
   should fix wordpress.com uploads)

#### 1.7.4

 * fixed bug when previewing some galleries in admin

#### 1.7.3

 * added a loading bar to all on-page galleries

#### 1.7.2

 * escape shortcode attributes on save / load to ensure validity

#### 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.

## Meta

 *  Version **1.8.5**
 *  Last updated **6 months ago**
 *  Active installations **200+**
 *  WordPress version ** 4.0 or higher **
 *  Tested up to **6.8.5**
 *  PHP version ** 5.6 or higher **
 *  Language
 * [English (US)](https://wordpress.org/plugins/threepress/)
 * Tags
 * [3d model](https://dzo.wordpress.org/plugins/tags/3d-model/)[chat](https://dzo.wordpress.org/plugins/tags/chat/)
   [gltf](https://dzo.wordpress.org/plugins/tags/gltf/)[multiplayer](https://dzo.wordpress.org/plugins/tags/multiplayer/)
   [threejs](https://dzo.wordpress.org/plugins/tags/threejs/)
 *  [Advanced View](https://dzo.wordpress.org/plugins/threepress/advanced/)

## Ratings

 4.8 out of 5 stars.

 *  [  4 5-star reviews     ](https://wordpress.org/support/plugin/threepress/reviews/?filter=5)
 *  [  1 4-star review     ](https://wordpress.org/support/plugin/threepress/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/threepress/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/threepress/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/threepress/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/threepress/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/threepress/reviews/)

## Contributors

 *   [ kerryoco ](https://profiles.wordpress.org/kerryoco/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/threepress/)

## Donate

Would you like to support the advancement of this plugin?

 [ Donate to this plugin ](http://threepress.shop/donate)