代码迁移
This commit is contained in:
14
src/Obj/Materail/index.js
Normal file
14
src/Obj/Materail/index.js
Normal file
@ -0,0 +1,14 @@
|
||||
import { StreamWall1, StreamWall2 } from './WallMaterialProperty'
|
||||
import { RadarScan } from './RadarScanMaterialProperty'
|
||||
import { CustomColorMaterialSource } from './CustomColorMaterialSource'
|
||||
import { CustomImageMaterialSource } from './CustomImageMaterialSource'
|
||||
|
||||
function init_material() {
|
||||
StreamWall1()
|
||||
StreamWall2()
|
||||
RadarScan()
|
||||
CustomColorMaterialSource()
|
||||
CustomImageMaterialSource()
|
||||
}
|
||||
|
||||
export { init_material }
|
Reference in New Issue
Block a user