Is there any way to increase plane thickness or I have to use BoxGeometry in three.js??
How to increase plane thickness using PlaneGeometry?
javascript
three.js
2
0
Tarun
2021-01-13 11:42:13 +0000 UTC
1 Answers
Plane is 2D object so you should use BoxGeometry.
Documentation is the fastest way to get answers on questions like this.
0 Created by Janis on 2020-03-20 14:49:34 +0000 UTC
Related Questions
- “Cross origin requests are only supported for HTTP.” error when loading a local file
- Transparent background with three.js
- Using textures in THREE.js
- How to stop a requestAnimationFrame recursion/loop?
- Rotate camera in Three.js with mouse
- ThreeJS: Remove object from scene
- How to find the unicode of the subscript alphabet?
- How do you save an image from a Three.js canvas?
- How to create a custom mesh on THREE.JS?
- Three.JS wireframe material - all polygons vs. just edges
Recent Questions
- Performant parsing of HTML pages with Node.js and XPath
- Differences between Lodash and Underscore.js [closed]
- HTML Fixed header - Align position th at the same level as td
- How to write an IF else statement without 'else' in Javascript [closed]
- Angularjs: Local storage contenteditable not saving
- Check collision between certain divs
- Circle collision in JavaScript
- How to test if a sound is currently playing?
- Object has-property-deep check in JavaScript
- How to read/parse individual transform style values in JavaScript?
Top Questions
- .prop() vs .attr()
- How do I detect a click outside an element?
- Is it possible to ping a server from Javascript?
- HTML5 Local storage vs. Session storage
- jqgrid server side error message/validation handling
- For loop for HTMLCollection elements
- In JavaScript, why is “0” equal to false, but when tested by 'if' it is not false by itself?
- javascript filter array of objects
- Accessing JPEG EXIF rotation data in JavaScript on the client side
- Date constructor returns NaN in IE, but works in Firefox and Chrome