mirror of
https://gitee.com/ice-gl/icegl-three-vue-tres.git
synced 2025-04-05 06:22:43 +08:00
29 lines
1.3 KiB
JavaScript
29 lines
1.3 KiB
JavaScript
/*
|
|
* @Descripttion:
|
|
* @version:
|
|
* @Author: Jsonco
|
|
* @Date: 2024-09-13 20:27:24
|
|
* @LastEditors: sueRimn
|
|
* @LastEditTime: 2024-09-13 21:18:27
|
|
*/
|
|
export default {
|
|
name: 'shadertoyToThreejs',
|
|
title: 'shadertoyToThree',
|
|
intro: 'shadertoy转threejs案例',
|
|
version: '0.0.1',
|
|
author: 'Jsonco',
|
|
website: "https://space.bilibili.com/410503457",
|
|
state: 'active',
|
|
require: [],
|
|
preview: [
|
|
{ src: 'plugins/shadertoyToThreejs/preview/细胞.png', type: 'img', name: 'argestCircle', title: '细胞' },
|
|
{ src: 'plugins/shadertoyToThreejs/preview/shadertoyMaterial.png', type: 'img', name: 'shadertoyMaterial', title: 'shadertoyMaterial' },
|
|
{ src: 'plugins/shadertoyToThreejs/preview/后处理1.png', type: 'img', name: 'noiseContourPage', title: '噪音轮廓' },
|
|
{ src: 'plugins/shadertoyToThreejs/preview/lightning.png', type: 'img', name: 'lightning', title: '闪电' },
|
|
{ src: 'plugins/shadertoyToThreejs/preview/隧道.png', type: 'img', name: 'Tunnel', title: '隧道' },
|
|
{ src: 'plugins/shadertoyToThreejs/preview/超级隧道.png', type: 'img', name: 'superTunnel', title: '超级隧道' },
|
|
{ src: 'plugins/shadertoyToThreejs/preview/超级管线.png', type: 'img', name: 'superPipeline', title: '超级管道' },
|
|
|
|
],
|
|
};
|