Skip to content

Conversation

@Mugen87
Copy link
Collaborator

@Mugen87 Mugen87 commented Feb 12, 2025

Fixed #29968.

Description

The TSL transpiler can transform:

varying vec2 vUV;

into the following now:

import { varying, vec2 } from 'three/tsl';

const vUV = varying( vec2(), 'vUV' );

@sunag sunag added this to the r174 milestone Feb 12, 2025
@sunag sunag merged commit 577ee12 into mrdoob:dev Feb 12, 2025
11 checks passed
@Makio64
Copy link
Contributor

Makio64 commented Feb 13, 2025

thanks ! 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

TSL Transpiler varying : /* unknown statement */;

3 participants