Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8649071
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T13:28:07+00:00 2026-06-12T13:28:07+00:00

When I make a plane in three.js, like this: plane = new THREE.Mesh( new

  • 0

When I make a plane in three.js, like this:

plane = new THREE.Mesh( new THREE.PlaneGeometry( 10, 10 ), new THREE.MeshBasicMaterial( { color: 0xe0e0e0 } ) );
plane.position = somePoint;
plane.lookAt( someOtherPoint );
scene.add( plane );

the plane is only vissible from one side. The other side is invisible. I have tried changing the background color and the other side still doesn’t show.

What am I doing wrong?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-12T13:28:08+00:00Added an answer on June 12, 2026 at 1:28 pm
    plane.material.side = THREE.DoubleSide;
    

    or alternatively,

    THREE.MeshBasicMaterial( { color: 0xe0e0e0, side: THREE.DoubleSide } )
    

    three.js r.51

    I hope your planes feel better.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Consider the path to a file like this: \\Tests\Results\knowles\project\LU\D15\RUN1\Results.xml How can I make a
I have three coffeescript classes, set up like this: class A class C extends
I have two QSliders placed in GridLayout like this: layout = new GridLayout(); layout->addWidget(slider_horizontal,
i make one class file for jar. and this class have use wurfl. and
The code below creates a column of three labels. I would like to take
First of all: This is not a question about how to make a program
I recently started a little project in PHP, I'm sort of new to this
There is this DB-connection-like object that my web application will need. It is pretty
I'm trying to make scrollable RelativeLayout, that contains some custom Views. This is the
I'm trying to make a terrain editor. So I have a plane with multiple

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.