Skip to content

Commit

Permalink
move to sprites/ folder
Browse files Browse the repository at this point in the history
  • Loading branch information
spearwolf committed Nov 16, 2023
1 parent 5278015 commit fb34401
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import {DoubleSide, Texture} from 'three';
import {CustomChunksShaderMaterial, type CustomChunksShaderMaterialParameters} from '../../texture/CustomChunksShaderMaterial.js';
import {unpick} from '../../utils/unpick.js';
import {CustomChunksShaderMaterial, type CustomChunksShaderMaterialParameters} from '../CustomChunksShaderMaterial.js';
import ShaderLib from '../ShaderLib.js';

const vertexShader = `
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import {DoubleSide, Texture} from 'three';
import {CustomChunksShaderMaterial, type CustomChunksShaderMaterialParameters} from '../../texture/CustomChunksShaderMaterial.js';
import {unpick} from '../../utils/unpick.js';
import {CustomChunksShaderMaterial, type CustomChunksShaderMaterialParameters} from '../CustomChunksShaderMaterial.js';
import ShaderLib from '../ShaderLib.js';

const vertexShader = `
Expand Down
1 change: 1 addition & 0 deletions packages/twopoint5d/src/sprites/public-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ export * from './AnimatedSprites/AnimatedSprites.js';
export * from './AnimatedSprites/AnimatedSpritesGeometry.js';
export * from './AnimatedSprites/AnimatedSpritesMaterial.js';
export * from './BaseSprite.js';
export * from './CustomChunksShaderMaterial.js';
export * from './ShaderTool.js';
export * from './TexturedSprites/TexturedSprite.js';
export * from './TexturedSprites/TexturedSprites.js';
Expand Down
1 change: 0 additions & 1 deletion packages/twopoint5d/src/texture/public-api.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
export * from './CustomChunksShaderMaterial.js';
export * from './FrameBasedAnimations.js';
export * from './PowerOf2ImageLoader.js';
export * from './TextureAtlas.js';
Expand Down

0 comments on commit fb34401

Please sign in to comment.