1、纹理贴图
import * as THREE from threeconst loader new THREE.TextureLoader(); //纹理加载器
const texture loader.load(./earth.png); .load()方法加载图像,返回一个纹理对象Texture
const material new THREE.MeshLambertMaterial({map: texture
});
t…
使用Neo4j的过程中,可以打开页面,但是无法连通数据库。 在查看日志发现有下面的报错: 2018-12-18 05:30:34.693+0000 ERROR Unexpected error detected in bolt session 286ed4fffe88ed75-00016e40-00000001-8318869067983891-a1fb2d6d. The client is unauthorized due to …