Skip to content

Instantly share code, notes, and snippets.

@darwin
Created January 17, 2020 18:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save darwin/8849ff09a5743d8a74d11d79695c93cf to your computer and use it in GitHub Desktop.
Save darwin/8849ff09a5743d8a74d11d79695c93cf to your computer and use it in GitHub Desktop.
//import { ShaderMaterial, BackSide } from 'three'
import Three from "three"
const ShaderMaterial = Three.ShaderMaterial;
const BackSide = Three.BackSide;
var module$node_modules$three$build$three = shadow.js.require("module$node_modules$three$build$three", {});
/** @const */ var ShaderMaterial$$module$resources$shaders$Backface = module$node_modules$three$build$three.default.ShaderMaterial;
/** @const */ var BackSide$$module$resources$shaders$Backface = module$node_modules$three$build$three.default.BackSide;
// ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment