kryptopia-nft.com - Kryptopia-NFT

Description: Kryptopia-NFT Decentralized Artist Organization is nft dao web site, master mint is open.

nft (3852) nfts (476) mint (341)

Example domain paragraphs

Are you ready for mint?

mint our random art pieces and keep it 4 ever

// Texture const textureLoader = new THREE.TextureLoader(); const normalTexture = textureLoader.load("/img/logo2.jpeg"); // Canvas const canvas = document.querySelector("canvas.webgl"); // Scene const scene = new THREE.Scene(); // Objects const geometry = new THREE.BoxGeometry(2, 2, 2); // Materials const material = new THREE.MeshStandardMaterial(); material.map = normalTexture; // Mesh const shape = new THREE.Mesh(geometry, material); scene.add(shape); // Lights const pointLight = new THREE.PointLight(0xff