User contributions for Eric Lengyel

Jump to navigation Jump to search
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)

15 July 2023

  • 12:0612:06, 15 July 2023 diff hist 0 N File:Panel widgets.pngNo edit summary current
  • 12:0512:05, 15 July 2023 diff hist +13,009 N Panel EditorCreated page with "right|frame|'''Figure 1.''' The Panel Editor window. The '''Panel Editor''', shown in the image to the right, is a tool included with the C4 Engine that is used to create and edit graphical user interfaces of two different types. First, the panel editor can be used to create windows, dialogs, and heads-up displays that are rendered on top of a game on a two-dimensional desktop, and these interfaces are saved in individual panel resource files. Se..."
  • 12:0412:04, 15 July 2023 diff hist 0 N Category:ScriptsCreated blank page current
  • 12:0412:04, 15 July 2023 diff hist +479 N Template:Tablerow4Created page with "| style="vertical-align: top; background-color: #F6F6F6; border: solid 1px #444; padding: 2px 24px 2px 6px;" | {{{1}}} | style="vertical-align: top; background-color: #F6F6F6; border: solid 1px #444; padding: 2px 6px 2px 6px;" | {{{2}}} | style="vertical-align: top; background-color: #F6F6F6; border: solid 1px #444; padding: 2px 6px 2px 6px;" | {{{3}}} | style="vertical-align: top; background-color: #F6F6F6; border: solid 1px #444; padding: 2px 6px 2px 6px;" | {{{..." current
  • 12:0312:03, 15 July 2023 diff hist +683 N Template:Tablehead4Created page with "| style="font-weight: bold; vertical-align: top; background-color: #80C8FF; border: solid 1px #444; border-bottom: solid 2px black; padding: 2px 24px 2px 6px;" | {{{1}}} | style="font-weight: bold; vertical-align: top; background-color: #80C8FF; border: solid 1px #444; border-bottom: solid 2px black; padding: 2px 6px 2px 6px;" | {{{2}}} | style="font-weight: bold; vertical-align: top; background-color: #80C8FF; border: solid 1px #444; border-bottom: solid 2px black;..." current
  • 12:0312:03, 15 July 2023 diff hist +8,961 N Expression Evaluation in ScriptsCreated page with "__NOTOC__ A script in the C4 Engine can contain methods of the type '''Evaluate Expression''', sometimes called an ''expression method'' for short. An expression method holds a text string representing a mathematical expression that gets evaluated when script execution reaches the method. For an expression method, a text box is displayed on the left side of the Method Info window where a textual expression may be entered. (The Method Info window is o..." current
  • 12:0212:02, 15 July 2023 diff hist +15,175 N MethodsCreated page with "__NOTOC__ There are several types of script methods that are defined in the engine module. An application module can define any number of its own custom script methods as well, and they will show up in the palette on the left side of the script editor window. === Basic Methods === The following table describes the operation of the methods built into the engine that appear under the '''Basic''' in the Script Editor. {| {{Table}} {{Table..." current
  • 12:0112:01, 15 July 2023 diff hist +16,437 N Script EditorCreated page with "__NOTOC__ The C4 Engine contains a powerful scripting language that can be used to implement event sequences taking place in response to some kind of trigger in a world. A script does not require the use of any textual programming language. Instead, a script is shown as a graphical representation of the actions to be performed and their interdependencies. Scripts support local and global variables, conditional execution, loops, and expression evaluation. For information..." current
  • 11:5911:59, 15 July 2023 diff hist +8,446 N Interpolant Shader ProcessesCreated page with "__NOTOC__ When the graphics hardware renders a triangle, some values are calculated at each pixel and other values are calculated only at the vertices. The values calculated at the vertices are smoothly varied across the interior of a triangle through a process called perspective-correct interpolation. Hence, these values are called ''interpolants''. The list below describes each of the interpolants available for use in the Shader Editor under the Interpolants tab...." current
  • 11:5911:59, 15 July 2023 diff hist +8,230 N Complex Shader ProcessesCreated page with "This is a list of the complex shader processes that are available in the Shader Editor under the Complex tab. {| {{Table}} {{Tablehead|Process|Description}} |- {{Process|Diffuse Reflection|Shader_diffuse.png|Tangent-space normal '''N''' (optional)|Scalar|Calculates the Lambertian diffuse reflection factor '''N''' · '''L''', where '''L''' is the tangent-space direction to light. The result is saturated to the range [0,1]. If '''N''' is omitted, then..." current
  • 11:5811:58, 15 July 2023 diff hist +8,898 N Mathematical Shader ProcessesCreated page with "This is a list of the mathematical shader processes that are available in the Shader Editor under the Math tab. {| {{Table}} {{Tablehead|Process|Description}} |- {{Process|Absolute Value|Shader_abs.png|Value '''A'''|Value of size matching '''A'''|Calculates the absolute value of each component of the input '''A'''.}} |- {{Process|Add|Shader_add.png|Values '''A''' and '''B'''|Value of size matching larger of '''A''' and '''B'''|Calculates the componentwise sum of the..." current
  • 11:5711:57, 15 July 2023 diff hist +4,940 N Basic Shader ProcessesCreated page with "This is a list of the basic shader processes that are available in the Shader Editor under the Basic tab. {| {{Table}} {{Tablehead|Process|Description}} |- {{Process|Constant Scalar|Shader_constantscalar.png|None|Scalar|Outputs a constant scalar value that is specified in the settings for the process. A ''parameter slot'' may be specified in the process settings. If the parameter slot is set to “Constant” (the default), then the output of this process c..." current
  • 11:5611:56, 15 July 2023 diff hist 0 N Category:ShadersCreated blank page current
  • 11:5611:56, 15 July 2023 diff hist +329 N Template:ProcessCreated page with "| style="text-align: center; vertical-align: top; background-color: #F6F6F6; border: solid 1px #444; padding: 2px 24px 2px 6px;" | '''{{{1}}}''' [[File:{{{2}}}]] | style="vertical-align: top; background-color: #F6F6F6; border: solid 1px #444; padding: 2px 6px 2px 6px;" | '''Inputs:''' {{{3}}} '''Output:''' {{{4}}} {{{5}}}" current
  • 11:5511:55, 15 July 2023 diff hist +12,817 N Shader EditorCreated page with "__NOTOC__ There are two ways to create materials in the C4 Engine. The first method is to simply configure a set of predefined attributes in the Material Editor. This is the easiest and fastest way to create a new material, and most ordinary materials can be made using only those attributes. A more advanced method is to use the Shader Editor to define the exact calculations used by the engine to render a material. The Shader Editor provides you with the power to crea..." current
  • 11:5411:54, 15 July 2023 diff hist +986 N Material EditorCreated page with "__NOTOC__ right|frame|'''Figure 1.''' The Material Editor window. The '''Material Editor''' is a component of the World Editor, and it is used to create materials by configuring a large set of specific attributes. Materials can also be created with the Shader Editor, and this functionality is also accessed through the Material Editor. == Opening the Material Editor == The Material Editor is usually opened from inside the World Edit..." current
  • 11:5211:52, 15 July 2023 diff hist +7,590 N ModifiersCreated page with "__NOTOC__ A '''modifier''' is something that can be assigned to an instance node in order to change the appearance or properties of the world it references in some way. There are several modifiers built into the engine, and an application may define additional custom modifiers for its own use. Modifiers are assigned to an instance node in the World Editor under the '''Modifiers''' tab in the Node Info window. == Standard Modifiers == The following modifiers are bui..." current
  • 11:5111:51, 15 July 2023 diff hist +5,687 N ConnectorsCreated page with "right|frame|'''Figure 1.''' Connectors can be added or removed from a node under the '''Connectors''' tab in the '''Node Info''' window. Every node in a world can have one or more ''connectors'' attached to it. A connector forms a link between the node that owns it and some other node in the world. Connectors are used for a variety of different purposes, such as connecting a portal to the zone that it leads to or connecting a node with a scr..." current
  • 11:5111:51, 15 July 2023 diff hist 0 N File:Pane connectors.pngNo edit summary current
  • 11:5011:50, 15 July 2023 diff hist +6,274 N World Editor PagesCreated page with "A '''page''' is one of the palette-like subwindows shown on the left side of the World Editor. They are organized into five groups under the tabs '''Object''', '''Material''', '''Earth''', '''Instance''', and '''Editor'''. The pages can be rearranged by dragging them upward and downward by their title bars, and they can be collapsed or expanded by clicking on the small box with a plus or minus symbol in it. Each page contains a group of related tools or settings. Th..." current
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)