Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TSL Transpiler: Support varying. #30506

Merged
merged 1 commit into from
Feb 12, 2025
Merged

TSL Transpiler: Support varying. #30506

merged 1 commit into from
Feb 12, 2025

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