UNPKG
@doegis/core
Version:
latest (0.1.0)
0.1.0
DOE GIS API
@doegis/core
/
views
/
3d
/
webgl-engine
/
collections
/
Component
/
Renderable.js
3 lines
(1 loc)
•
156 B
JavaScript
View Raw
1
2
3
class
t
{
constructor
(t,s,e){
this
.material=t,
this
.geometry=s,
this
.meta=e}destroy(){
this
.material.dispose(),
this
.geometry.dispose()}}export{t
as
Renderable};