Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Scene Language SupportNew to Visual Studio Code? Get it now.
Scene Language Support

Scene Language Support

Veritas

| (0) | Free
Syntax highlighting for .scene files used in rendering testcases of computer graphics.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Scene Language Support

Provides syntax highlighting for .scene files used in rendering testcases during the computer graphics course. Note that .scene is used simply as an alternative to .txt to avoid conflicts with other extensions.

Features

  • Highlights camera, light, material, and geometry descriptions.
  • Supports basic format operations.

Usage

It is recommended to add the following to your editor settings.json to enable file icon association in case the Material Icon Theme does not automatically recognize the .scene file extension:

{
  "material-icon-theme.files.associations": {
    "*.scene": "3d"
  }
}

File extension

.scene

Example

PerspectiveCamera {
    center 0 0 25
    direction 0.02 0.02 -1
    up 0 1 0
    angle 30
}
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft