Explorar el Código

rename export const from `VolumeShader` to `VolumeRenderShader1`

beginor hace 5 años
padre
commit
addbda7951
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      examples/jsm/shaders/VolumeShader.d.ts

+ 1 - 1
examples/jsm/shaders/VolumeShader.d.ts

@@ -2,7 +2,7 @@ import {
 	Uniform
 } from '../../../src/Three';
 
-export const VolumeShader: {
+export const VolumeRenderShader1: {
 	uniforms: {
 		u_size: Uniform;
 		u_renderstyle: Uniform;