---
title: "Context Nodes"
canonical: "https://documentation.chaos.com/space/VC4D/116852532/Context%20Nodes"
format: markdown
---
This page provides information on the Context nodes.


## **Overview**

---



---



## **Context Node Types**

---

Note that the **UVW Place 2D** and the **UVW Randomizer Node** can both override and modify a node texture's UVWs.



> Macro (anchor)



---

### Example: Connecting an Override Context Node

In this example, a [UVW Projection node](https://docs-chaos.atlassian.net/wiki/spaces/VC4D/pages/116857066) is attached to a [Bitmap node](https://docs-chaos.atlassian.net/wiki/spaces/VC4D/pages/116855718). You can see the UVs of the Bitmap change immediately. This is because the UVW Projection generates its own UVs and overrides the ones on the Bitmap. Any changes made to the UVW Projection node are applied to the Bitmap.


> Macro (anchor)



---

### Example: Connecting a Modify Context Node

In this example, a [UVW Transform node](https://docs-chaos.atlassian.net/wiki/spaces/VC4D/pages/116855668) is connected to a [Bitmap node](https://docs-chaos.atlassian.net/wiki/spaces/VC4D/pages/116855718). Nothing happens straight away, as the UVW Transform node does not generate its own UV map. Once changes are made to the UVW Transform, they are applied to the Bitmap. This is because the Transform node modifies only UVWs that are already present, from the texture it is attached to.