RT Preempt linux学习笔记
一、实时操作系统(Realtime Operating System)
1. 什么是实时操作系统
A real-time system is a time-bound system which has well-defined, fixed time constraints. Processing must be done within the defined constra…
Three 学习日志(九)—— 阵列立方体和相机适配体验
一、双层for循环创建阵列模型
//创建一个长方体几何对象Geometry
const geometry new THREE.BoxGeometry(100, 100, 100);
//材质对象Material
const material new THREE.MeshLambertMaterial({col…