three.js Crash Course Series Planning

  • Sonar Systems admin
    Likes 0

    Problem Description

    three.js is an amazing WebGL library but there needs to be more resources, we are providing a bunch of videos to help you kickstart your 3D web development career.

    Solution Description

    Planned tutorials:

    1. Setup
    2. Draw Geometry
    3. Update Viewport On Resize
    4. Controls
    5. Textures/Colours
    6. Lighting
    7. Model Loading
    8. FPS
    9. Anaglyphic 3D

  • sameera
    Likes 0

    Related to video  – 5.Textures/Colours,

    After i run the code finally in the google chrome console i can see these errors.

    THREE.MeshBasicMaterial: 'slide' is not a property of this material.

    THREE.MeshFaceMaterial has been removed. Use an Array instead.

    How can i fix these errors?

     

  • Sonar Systems admin
    Likes 0

    What version of Three.js are you using?

Login to reply