Script: Draw Grid And 3D Text

Draw Grid And 3D Text picture
Type
Rete logo indicatorrete
Author
matas
Date Created
Jan 21, 2024, 8:41:13 PM
Last Edit Date
Feb 27, 2024, 2:04:17 PM

Project Information

This project contains demo scripts for Rete editor that are used as examples in the "Getting Started" section of the documentation.

View Full Project

Script Code

{
  "id": "rete-v2-json",
  "nodes": {
    "1a02a99db90131bb": {
      "id": "1a02a99db90131bb",
      "name": "bitbybit.draw.drawGridMesh",
      "data": {
        "genericNodeData": {
          "hide": false,
          "oneOnOne": false,
          "flatten": 0
        },
        "width": 400,
        "height": 400,
        "subdivisions": 10,
        "majorUnitFrequency": 10,
        "minorUnitVisibility": 0.45,
        "gridRatio": 0.5,
        "opacity": 0.5,
        "backFaceCulling": false,
        "mainColor": "#ffffff",
        "secondaryColor": "#ffffff"
      },
      "inputs": {},
      "position": [
        -793.935317338753,
        491.5445031728417
      ]
    },
    "d9bea5cd9c7cd297": {
      "id": "d9bea5cd9c7cd297",
      "name": "bitbybit.advanced.text3d.create",
      "data": {
        "genericNodeData": {
          "hide": false,
          "oneOnOne": false,
          "flatten": 0
        },
        "text": "Hello World!",
        "fontType": "Roboto",
        "fontVariant": "Regular",
        "fontSize": 1.5,
        "height": 0.2,
        "rotation": -90,
        "originAlignment": "centerBottom"
      },
      "inputs": {},
      "position": [
        -373.6703147577027,
        518.1197108385275
      ]
    }
  }
}