Tag: 3d
All the articles with the tag "3d".
Wanna make awesome 3d in web ? Use Three.js
By Rabin Lamichhane
Updated: at 06:58 AMThree.js is a popular open-source JavaScript library used for creating and displaying 3D computer graphics in a web browser. It provides a wide range of features and functionality for creating 3D scenes, such as rendering, lighting, texturing, animation, and interaction.
How to make awesome materials in Three.js
By Rabin Lamichhane
Published: at 12:33 PMThree.js Material is a powerful feature that allows you to define the appearance of 3D objects in your scene. With various types of materials available, such as LineBasicMaterial and LineDashedMaterial, you can control the color, shading, and other visual properties of your objects. This markdown file provides examples and explanations of how to use different materials in Three.js to create stunning visual effects in your 3D scenes.