skymen / ogl_c3

C3 addon that implements OGL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


ogl

Description

Author: skymen
Made using c3ide2-framework

Table of Contents


Usage

To build the addon, run the following commands:

npm i
node ./build.js

To run the dev server, run

npm i
node ./dev.js

The build uses the pluginConfig file to generate everything else. The main files you may want to look at would be instance.js and scriptInterface.js

Examples Files


Properties

Property Name Description Type
Alpha Wether to use alpha check
Antialias Wether to use antialias check
Depth Wether to use a depth buffer check
Stencil Wether to use a stencil buffer check
Auto Clear Wether to auto clear check
Background Color Background color color
Background Opacity Background opacity percent

Actions

Action Description Params

Conditions

Condition Description Params

Expressions

Expression Description Return Type Params

About

C3 addon that implements OGL


Languages

Language:JavaScript 100.0%