hrithikwins / learning-threejs

A repository which features the learning path of threejs
0 stars 2 forks source link

Day 2 - Position , Rotation and Scale #2

Open hrithikwins opened 1 year ago

hrithikwins commented 1 year ago

Now as you're already changing the properties for your cube, you'd be proceeding with placing different cubes all across

  1. Create 3 cubes in the scene
  2. Place the cube in the sequence a. cube 1 - red color at (4, 0 , 4) b. cube 2 - green color at ( 2, 0, 4 ) c. cube 3 - blue color at (0, 0, 4)
  3. The height of cube 1 should be 2x of the other cubes
  4. the length & breadth of cube 2 should be 3x of other cubes
  5. Cube 3 should be at a 45degrees of angle
prawin10-mech commented 1 year ago

image

prawin10-mech commented 1 year ago

https://github.com/prawin10-mech/threejs_learning/commits/master

theharshguptaflutter commented 1 year ago

image