User contributions for Eric Lengyel

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

8 December 2023

8 November 2023

24 September 2023

16 September 2023

12 September 2023

15 July 2023

  • 12:5812:58, 15 July 2023 diff hist +1,313 N ScreenshotsCreated page with "The C4 Engine can take screenshots and store them on the disk as TGA files. There are two different methods by which a screenshot can be taken, using the menu command in the C4 Menu or using the <code>shot</code> console command. The console command can also be bound to an input control so that screenshots can be taken at the press of a button while playing a game. Screenshots are always stored in the user's documents directory in the C4 Engine s..." current
  • 12:5612:56, 15 July 2023 diff hist +52 N FGEDRedirected page to Foundations of Game Engine Development current Tag: New redirect
  • 12:5512:55, 15 July 2023 diff hist +303 N Foundations of Game Engine DevelopmentCreated page with "''Foundations of Game Engine Development'', abbreviated FGED, is a series of books written by Eric Lengyel. It describes the mathematical and engineering details of many of the techniques used in the C4 Engine. More information is available on the [http://foundationsofgameenginedev.com/ FGED] website." current
  • 12:5312:53, 15 July 2023 diff hist +682 N World Viewport WidgetCreated page with "The '''World Viewport Widget''' renders a complete world inside a frustum viewport, and the it provides camera orbit functionality. The widget color is not used. == Settings == The following settings are available specifically for World Viewport Widgets. {| {{Table}} {{Tablehead|Setting|Description}} |- {{HeadingSetting|'''World Viewport Settings'''}} |- {{Setting|'''World clear color'''|If checked, specifies the clear color used to initialize the contents..." current
  • 12:5312:53, 15 July 2023 diff hist +2,025 N Tree WidgetCreated page with "The '''Tree Widget''' displays a list box with a scroll bar, and the items can have collapsable subtrees. The widget color controls the color of the tree's border. == Settings == The following settings are available specifically for Tree Widgets. {| {{Table}} {{Tablehead|Setting|Description}} |- {{HeadingSetting|'''Tree Settings'''}} |- {{Setting|'''Item spacing'''|Specifies the vertical distance from one list item to the next. The height of the list box should..." current
  • 12:5212:52, 15 July 2023 diff hist +608 N Text Button WidgetCreated page with "The '''Text Button Widget''' displays a clickable text string. The widget color controls the color of the text. == Settings == The following settings are available specifically for Text Button Widgets. {| {{Table}} {{Tablehead|Setting|Description}} |- {{HeadingSetting|'''Text Button Settings'''}} |- {{Setting|'''Highlight color'''|Determines the color in which the text is rendered while the mouse button is pressed inside the text.}} |} == See Also == * ..." current
  • 12:5112:51, 15 July 2023 diff hist +395 N Slug LibraryCreated page with "__NOTOC__ right The Slug Library is a product developed by Terathon Software for rendering high-quality, resolution-independent text and vector graphics in 3D applications on the GPU. It is used to render all text and icons in the C4 Engine. Detailed information can be found on the [http://sluglibrary.com/ Slug website]. == See Also == * Text Widget * Slug Effects" current
  • 12:5112:51, 15 July 2023 diff hist −369 SlugRedirected page to Slug Library current Tag: New redirect
  • 12:5112:51, 15 July 2023 diff hist +13,956 N Text WidgetCreated page with "The '''Text Widget''' displays a text string using the rendering technology in the Slug Library. Other widgets that display text, such as a check box, are derived from the Text Widget and possess all of the same capabilities. In the Panel Editor, the text string box contains the string that is displayed by the widget. If the text is displayed as multiple lines (because '''Box mode''' is set to '''Wrap text'''), then a hard line break can be inserted by entering..." current
  • 12:5012:50, 15 July 2023 diff hist +2,349 N Table WidgetCreated page with "The '''Table Widget''' displays a table with a fixed number of columns in a box with a scroll bar. The widget color controls the color of the table's border. == Settings == The following settings are available specifically for Table Widgets. {| {{Table}} {{Tablehead|Setting|Description}} |- {{HeadingSetting|'''Table Settings'''}} |- {{Setting|'''Number of columns'''|Specifies the number of columns in the table.}} |- {{Setting|'''Cell size X'''|Specifies the hori..." current
  • 12:4912:49, 15 July 2023 diff hist +1,518 N Stroke WidgetCreated page with "The '''Stroke Widget''' displays a vector-based line that can have cap styles and dashing. A stroke widget is drawn using the Slug Library. The widget color controls the color of the stroke. == Settings == The following settings are available specifically for Stroke Widgets. {| {{Table}} {{Tablehead|Setting|Description}} |- {{HeadingSetting|'''Stroke Settings'''}} |- {{Setting|'''Stroke thickness'''|Specifies the thickness of the stroke, in pixels.}} |-..." current
  • 12:4912:49, 15 July 2023 diff hist +891 N Slider WidgetCreated page with "The '''Slider Widget''' displays a slider. The widget color controls the color of the slider bar. == Settings == The following settings are available specifically for Slider Widgets. {| {{Table}} {{Tablehead|Setting|Description}} |- {{HeadingSetting|'''Slider Settings'''}} |- {{Setting|'''Slider style'''|Determines the style of the indicator button, and it can be circular or square.}} |- {{Setting|'''Initial value'''|Specifies the initial value for the slider.}}..." current
  • 12:4812:48, 15 July 2023 diff hist +1,022 N Scroll WidgetCreated page with "The '''Scroll Widget''' displays a scroll bar. The widget color controls the color of the scroll bar's background. == Settings == The following settings are available specifically for Scroll Widgets. {| {{Table}} {{Tablehead|Setting|Description}} |- {{HeadingSetting|'''Scroll Bar Settings'''}} |- {{Setting|'''Horizontal appearance'''|Causes the widget to be rendered with the appearance adjusted for a horizontally-oriented scroll bar.}} |- {{Setting|'''Initi..." current
  • 12:4712:47, 15 July 2023 diff hist +1,479 N Radio WidgetCreated page with "The '''Radio Widget''' displays a radio button that can be in the selected or unselected state. When a radio button is selected, all other radio buttons in the same group (or in the entire window if the radio button is not in a group) are automatically unselected. The widget color controls the color of the text. == Settings == The following settings are available specifically for Radio Widgets. {| {{Table}} {{Tablehead|Setting|Description}} |- {{HeadingSetting|'''Rad..." current
  • 12:4712:47, 15 July 2023 diff hist +245 N Quad WidgetCreated page with "The '''Quad Widget''' displays a plain colored quad. The widget color controls the color of the quad. == See Also == * Widgets * <code>[http://c4engine.com/docs/InterfaceMgr/QuadWidget.html QuadWidget]</code> class Category:Interface" current
  • 12:4712:47, 15 July 2023 diff hist +922 N Push Button WidgetCreated page with "The '''Push Button Widget''' displays a button with a text string. The widget color controls the color of the text. == Settings == The following settings are available specifically for Push Button Widgets. {| {{Table}} {{Tablehead|Setting|Description}} |- {{HeadingSetting|'''Push Button Settings'''}} |- {{Setting|'''Primary button'''|Indicates that the button should be rendered with the appearance of a primary button, which causes the color of the button be..." current
  • 12:4612:46, 15 July 2023 diff hist +1,103 N Progress WidgetCreated page with "The '''Progress Widget''' displays a progress bar. The widget color controls the color of the background of the progress bar that is shown for the uncompleted portion of progress. == Settings == The following settings are available specifically for Progress Widgets. {| {{Table}} {{Tablehead|Setting|Description}} |- {{HeadingSetting|'''Progress Bar Settings'''}} |- {{Setting|'''Render plain (no border)'''|Specifies that the progress bar is rendered without a..." current
  • 12:4612:46, 15 July 2023 diff hist +1,058 N Popup Menu WidgetCreated page with "The '''Popup Menu Widget''' displays a popup menu. The widget color controls the color of the text. == Settings == The following settings are available specifically for Popup Menu Widgets. {| {{Table}} {{Tablehead|Setting|Description}} |- {{HeadingSetting|'''Popup Menu Settings'''}} |- {{Setting|'''Render plain (text only)'''|Causes the background button not to be rendered.}} |- {{Setting|'''Item spacing'''|Specifies the vertical distance from one menu item..." current
  • 12:4512:45, 15 July 2023 diff hist +824 N Password WidgetCreated page with "The '''Password Widget''' displays a password entry box that obscures the text entered into it. The widget color controls the color of the text. == Settings == The following settings are available specifically for Password Widgets. {| {{Table}} {{Tablehead|Setting|Description}} |- {{HeadingSetting|'''Password Settings'''}} |- {{Setting|'''Enable security features'''|Specifies that extra steps be taken to ensure the security of the password text. In particular, w..." current
  • 12:4512:45, 15 July 2023 diff hist +1,410 N Paint WidgetCreated page with "The '''Paint Widget''' displays an interactive painting canvas. The brush radius, fuzziness, opacity, and color can be set from a script using controller functions. The widget color applies a tint to the contents of the painting canvas. == Settings == The following settings are available specifically for Paint Widgets. {| {{Table}} {{Tablehead|Setting|Description}} |- {{HeadingSetting|'''Paint Settings'''}} |- {{Setting|'''Resolution X'''|Determines the internal..." current
  • 12:4412:44, 15 July 2023 diff hist −1,459 Ortho Viewport WidgetNo edit summary current
  • 12:4412:44, 15 July 2023 diff hist +1,733 N Ortho Viewport WidgetCreated page with "The '''Ortho Viewport Widget''' displays a viewport having an orthographic camera. The widget color is not used. == See Also == * Widgets * <code>[http://c4engine.com/docs/InterfaceMgr/OrthoViewportWidget.html OrthoViewportWidget]</code> class Category:Interfaceutf-8�‚… 0�  �5 )š« ���hThe '''Paint Widget''' displays an interactive painting canvas. The brush radius, fuzziness, opacity, and color can be set from a script using controlle..."
  • 12:4412:44, 15 July 2023 diff hist +1,307 N Multipane WidgetCreated page with "The '''Multipane Widget''' displays a multipane box. The border and selection tabs are displayed outside the actual boundary of the widget. The widget color controls the color of the border. == Settings == The following settings are available specifically for Multipane Widgets. {| {{Table}} {{Tablehead|Setting|Description}} |- {{HeadingSetting|'''Multipane Settings'''}} |- {{Setting|'''Line style'''|Determines whether the border is rendered as solid, dotted (wit..." current
  • 12:4312:43, 15 July 2023 diff hist 0 N Category:MoviesCreated blank page current
  • 12:4312:43, 15 July 2023 diff hist 0 N Category:InterfaceCreated blank page current
  • 12:4312:43, 15 July 2023 diff hist +1,177 N Movie WidgetCreated page with "The '''Movie Widget''' plays a movie resource. The widget color applies a tint to the entire movie image. == Settings == The following settings are available specifically for Movie Widgets. {| {{Table}} {{Tablehead|Setting|Description}} |- {{HeadingSetting|'''Movie Settings'''}} |- {{Setting|'''Movie name'''|Specifies the resource name of the movie.}} |- {{Setting|'''Movie is initially playing'''|Causes the movie to start playing when the panel is loaded.}} |- {..." current
  • 12:4312:43, 15 July 2023 diff hist +1,074 N Menu Bar WidgetCreated page with "The '''Menu Bar Widget''' displays a menu bar that allows the user to choose commands from pull-down menus. The widget color applies a tint to the menu bar. == Settings == The following settings are available specifically for Menu Bar Widgets. {| {{Table}} {{Tablehead|Setting|Description}} |- {{HeadingSetting|'''Menu Bar Settings'''}} |- {{Setting|'''Menu title font'''|Determines what font is used to display menu titles.}} |- {{Setting|'''Menu title font si..." current
  • 12:4212:42, 15 July 2023 diff hist +1,862 N List WidgetCreated page with "The '''List Widget''' displays a list box with a scroll bar. The widget color controls the color of the list's border. == Settings == The following settings are available specifically for List Widgets. {| {{Table}} {{Tablehead|Setting|Description}} |- {{HeadingSetting|'''List Settings'''}} |- {{Setting|'''Item spacing'''|Specifies the vertical distance from one list item to the next. The height of the list box should be a multiple of this value to avoid extra sp..." current
  • 12:4212:42, 15 July 2023 diff hist +614 N Line WidgetCreated page with "The '''Line Widget''' displays a one-pixel-wide line that can be solid, dotted, or dashed. The widget color controls the color of the line. == Settings == The following settings are available specifically for Line Widgets. {| {{Table}} {{Tablehead|Setting|Description}} |- {{HeadingSetting|'''Line Settings'''}} |- {{Setting|'''Line style'''|Determines whether the line is rendered as solid, dotted (with either one-pixel dots or two-pixel dots), or dashed.}} |} ==..." current
  • 12:4212:42, 15 July 2023 diff hist +930 N Image Button WidgetCreated page with "The '''Image Button Widget''' displays a button with a texture image. The widget color applies to the texture image displayed in the button. == Settings == The following settings are available specifically for Image Button Widgets. {| {{Table}} {{Tablehead|Setting|Description}} |- {{HeadingSetting|'''Image Button Settings'''}} |- {{Setting|'''Stays selected when clicked'''|Causes the button to remain in the selected state when it is clicked.}} |- {{Setting|..." current
  • 12:4112:41, 15 July 2023 diff hist +1,823 N Image WidgetCreated page with "The '''Image Widget''' displays a plain texture image. The widget color applies a tint to the texture image. == Settings == The following settings are available specifically for Image Widgets. {| {{Table}} {{Tablehead|Setting|Description}} |- {{HeadingSetting|'''Image Settings'''}} |- {{Setting|'''Texture map'''|Specifies the texture resource that is displayed by the widget.}} |- {{Setting|'''X scale'''|Applies a horizontal scale to the texture image.}} |- {{Set..." current
  • 12:4012:40, 15 July 2023 diff hist +929 N Icon Button WidgetCreated page with "The '''Icon Button Widget''' displays a button with a texture image. The widget color applies to the texture image displayed in the button. == Settings == The following settings are available specifically for Icon Button Widgets. {| {{Table}} {{Tablehead|Setting|Description}} |- {{HeadingSetting|'''Icon Button Settings'''}} |- {{Setting|'''Stays selected when clicked'''|Causes the button to remain in the selected state when it is clicked.}} |- {{Setting|'''..." current
  • 12:4012:40, 15 July 2023 diff hist 0 WidgetsNo edit summary current
  • 12:3912:39, 15 July 2023 diff hist +2,597 N Picture WidgetCreated page with "The '''Picture Widget''' displays a vector-based picture stored in an album resource. A picture widget is drawn using the Slug Library. The widget color is not used. == Settings == The following settings are available specifically for Picture Widgets. {| {{Table}} {{Tablehead|Setting|Description}} |- {{HeadingSetting|'''Picture Settings'''}} |- {{Setting|'''Album'''|Specifies the album resource containing the picture.}} |- {{Setting|'''Picture index'''|..." current
  • 12:3812:38, 15 July 2023 diff hist +2,803 N Icon WidgetCreated page with "The '''Icon Widget''' displays a vector-based icon stored in an album resource. An icon widget is drawn using the Slug Library. The widget color controls the color of a monochrome icon but is not used for a multicolor icon. == Settings == The following settings are available specifically for Icon Widgets. {| {{Table}} {{Tablehead|Setting|Description}} |- {{HeadingSetting|'''Icon Settings'''}} |- {{Setting|'''Album'''|Specifies the album resource containing t..." current
  • 12:3712:37, 15 July 2023 diff hist 0 N File:Widget iconbutton.pngNo edit summary current
  • 12:3512:35, 15 July 2023 diff hist +716 N Hyperlink WidgetCreated page with "The '''Hyperlink Widget''' displays a text button with a hyperlink. Clicking on the button opens the default web browser installed on the user's computer and navigates to the address stored in the widget. The widget color controls the color of the text. == Settings == The following settings are available specifically for Hyperlink Widgets. {| {{Table}} {{Tablehead|Setting|Description}} |- {{HeadingSetting|'''Hyperlink Settings'''}} |- {{Setting|'''Hyperlink URL'..." current
  • 12:3512:35, 15 July 2023 diff hist +274 N Frustum Viewport WidgetCreated page with "The '''Frustum Viewport Widget''' displays a viewport having a frustum camera. The widget color is not used. == See Also == * Widgets * <code>[http://c4engine.com/docs/InterfaceMgr/FrustumViewportWidget.html FrustumViewportWidget]</code> class Category:Interface" current
  • 12:3512:35, 15 July 2023 diff hist +3,121 N Edit Text WidgetCreated page with "The '''Edit Text Widget''' displays an editable text box that allows a single line or multiple lines of text entry. The widget color controls the color of the text. == Settings == The following settings are available specifically for Edit Text Widgets. {| {{Table}} {{Tablehead|Setting|Description}} |- {{HeadingSetting|'''Edit Text Settings'''}} |- {{Setting|'''Maximum length'''|Specifies the maximum number of characters that can be entered into the text box..." current
  • 12:3412:34, 15 July 2023 diff hist +1,276 N Configuration WidgetCreated page with "The '''Configuration Widget''' displays a configuration table that is used to show property settings to the user. The widget color controls the color of the configuration table's border. == Settings == The following settings are available specifically for Configuration Widgets. {| {{Table}} {{Tablehead|Setting|Description}} |- {{HeadingSetting|'''Configuration Settings'''}} |- {{Setting|'''Title column fraction'''|Determines what fraction of the full width of th..." current
  • 12:3412:34, 15 July 2023 diff hist +1,148 N Color WidgetCreated page with "The '''Color Widget''' displays a color selection box that displays a color picker dialog when clicked. The widget color controls the color of the color box's border. == Settings == The following settings are available specifically for Color Widgets. {| {{Table}} {{Tablehead|Setting|Description}} |- {{HeadingSetting|'''Color Box Settings'''}} |- {{Setting|'''Initial color value'''|Specifies the color value to which the color box is initially set (the color..." current
  • 12:3412:34, 15 July 2023 diff hist +1,293 N Check WidgetCreated page with "The '''Check Widget''' displays a check box that can be in the checked state or unchecked state. The widget color controls the color of the text. == Settings == The following settings are available specifically for Check Widgets. {| {{Table}} {{Tablehead|Setting|Description}} |- {{HeadingSetting|'''Check Box Settings'''}} |- {{Setting|'''Initially checked'''|Determines whether the check box is initially in the checked state.}} |- {{Setting|'''Use highlight..." current
  • 12:3312:33, 15 July 2023 diff hist +1,160 N Camera WidgetCreated page with "The '''Camera Widget''' displays a remote camera view in the world being played. It is only available for in-game panel effects. The widget color applies a tint to the entire camera view. == Settings == The following settings are available specifically for Camera Widgets. {| {{Table}} {{Tablehead|Setting|Description}} |- {{HeadingSetting|'''Camera Settings'''}} |- {{Setting|'''Camera connector'''|Identifies a connector belonging to the panel effect node that is..." current
  • 12:3312:33, 15 July 2023 diff hist +747 N Border WidgetCreated page with "The '''Border Widget''' displays a one-pixel-wide rectangular border. The border is rendered around the outside of the actual boundary of the widget so that it precisely frames any other widget of the same size. The widget color controls the color of the border. == Settings == The following settings are available specifically for Border Widgets. {| {{Table}} {{Tablehead|Setting|Description}} |- {{HeadingSetting|'''Border Settings'''}} |- {{Setting|'''Line style'..." current
  • 12:3212:32, 15 July 2023 diff hist +260 N Template:TableimageCreated page with "| style="vertical-align: middle; text-align: center; background-color: white; 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}}}" current
  • 12:3112:31, 15 July 2023 diff hist +5,643 N WidgetsCreated page with "A '''widget''' is an individual component of a window, panel, or any kind of interface displayed to the user. There are many different types of widgets defined by the C4 Engine, and these are described in the table below. Applications can also define their own custom widget types. Click on the name of a widget for information about the specific settings for that type of widget. {| style="border: solid 1px #444; border-spacing: 0px; border-collapse: collapse;" {{Tableh..."
  • 12:3012:30, 15 July 2023 diff hist +266 N Zones PageCreated page with "__NOTOC__ right|frame|'''Figure 1.''' The Zones Page. The '''Zones Page''' is a tool page in the World Editor. It can be found under the '''Object''' tab. == See Also == * World Editor Pages * World Editor Category:Editor" current
  • 12:3012:30, 15 July 2023 diff hist +4,081 N Worlds PageCreated page with "__NOTOC__ right|frame|'''Figure 1.''' The Worlds Page. The '''Worlds Page''' is a tool page in the World Editor. It can be found under the '''Instance''' tab. The list shown in the Worlds Page displays the instanced world resources that have been placed in the current world. When a world in the list is selected, clicking in an editor viewport places a new instance of that world in the current world. Placement adjustments are applied if the..." current
  • 12:3012:30, 15 July 2023 diff hist +265 N Water PageCreated page with "__NOTOC__ right|frame|'''Figure 1.''' The Water Page. The '''Water Page''' is a tool page in the World Editor. It can be found under the '''Earth''' tab. == See Also == * World Editor Pages * World Editor Category:Editor" current
  • 12:2912:29, 15 July 2023 diff hist +278 N Viewports PageCreated page with "__NOTOC__ right|frame|'''Figure 1.''' The Viewports Page. The '''Viewports Page''' is a tool page in the World Editor. It can be found under the '''Editor''' tab. == See Also == * World Editor Pages * World Editor Category:Editor" current
  • 12:2912:29, 15 July 2023 diff hist +4,109 N TriggersCreated page with "__NOTOC__ right|frame|'''Figure 1.''' The Triggers Page. The '''Triggers Page''' is a tool page in the World Editor. It can be found under the '''Object''' tab. A trigger node is used to detect when some object has entered or exited a specific volume of space. The engine defines three different shapes for a trigger volume: a box, a cylinder, and a sphere. The trigger nodes in a world are activated and deactivated by calling the [http://c..." current
  • 12:2812:28, 15 July 2023 diff hist +1,156 N Transform PageCreated page with "__NOTOC__ right|frame|'''Figure 1.''' The Transform Page. The '''Transform Page''' is a tool page in the World Editor. It can be found under the '''Editor''' tab. The position and rotation values are specified in the object space of the selected node. The '''Copy''' button copies the current position, rotation, or both, depending on which radio button is selected underneath. The '''Paste''' button applies a previously copied transform..." current
  • 12:2812:28, 15 July 2023 diff hist +297 N Texture Mapping PageCreated page with "__NOTOC__ right|frame|'''Figure 1.''' The Texture Mapping Page. The '''Texture Mapping Page''' is a tool page in the World Editor. It can be found under the '''Material''' tab. == See Also == * World Editor Pages * World Editor Category:Editor" current
  • 12:2712:27, 15 July 2023 diff hist +3,060 N Terrain PalettesCreated page with "__NOTOC__ right|frame|'''Figure 1.''' The Terrain Palette dialog. A '''terrain palette''' is a set of textures that can be used to paint voxel-based terrain geometry. A terrain palette texture resource is a special kind of <code>.tex</code> file that contains references to several other texture maps. The terrain palette is a very small file because the texture image data remains in the referenced resources. A different terrain palette would ty..." current
  • 12:2612:26, 15 July 2023 diff hist +317 N TerrainCreated page with "__NOTOC__ right|frame|'''Figure 1.''' The Terrain Page. The '''Terrain Page''' is a tool page in the World Editor. It can be found under the '''Earth''' tab. == See Also == * World Editor Pages * World Editor * Terrain Palettes * Terrain Tutorial Category:Editor" current
  • 12:2612:26, 15 July 2023 diff hist +272 N Sources PageCreated page with "__NOTOC__ right|frame|'''Figure 1.''' The Sources Page. The '''Sources Page''' is a tool page in the World Editor. It can be found under the '''Object''' tab. == See Also == * World Editor Pages * World Editor Category:Editor" current
  • 12:2612:26, 15 July 2023 diff hist +272 N Portals PageCreated page with "__NOTOC__ right|frame|'''Figure 1.''' The Portals Page. The '''Portals Page''' is a tool page in the World Editor. It can be found under the '''Object''' tab. == See Also == * World Editor Pages * World Editor Category:Editor" current
  • 12:2512:25, 15 July 2023 diff hist +3,275 N Placement PageCreated page with "__NOTOC__ right|frame|'''Figure 1.''' The Placement Page. The '''Placement Page''' is a tool page in the World Editor. It can be found under the '''Instance''' tab, and it contains settings that control how the transforms of instances, models, and markers are adjusted when they are placed in the world. Placement adjustments are applied only when the '''Enable adjustments''' box is checked at the time when a new instance, model, or marke..." current
  • 12:2512:25, 15 July 2023 diff hist +307 N Physics PageCreated page with "__NOTOC__ right|frame|'''Figure 1.''' The Physics Page. The '''Physics Page''' is a tool page in the World Editor. It can be found under the '''Object''' tab. == See Also == * World Editor Pages * World Editor * Physics Category:Editor Category:Physics" current
  • 12:2412:24, 15 July 2023 diff hist +266 N Paths PageCreated page with "__NOTOC__ right|frame|'''Figure 1.''' The Paths Page. The '''Paths Page''' is a tool page in the World Editor. It can be found under the '''Object''' tab. == See Also == * World Editor Pages * World Editor Category:Editor" current
  • 12:2412:24, 15 July 2023 diff hist +278 N Particles PageCreated page with "__NOTOC__ right|frame|'''Figure 1.''' The Particles Page. The '''Particles Page''' is a tool page in the World Editor. It can be found under the '''Object''' tab. == See Also == * World Editor Pages * World Editor Category:Editor" current
  • 12:2312:23, 15 July 2023 diff hist +268 N Paint PageCreated page with "__NOTOC__ right|frame|'''Figure 1.''' The Paint Page. The '''Paint Page''' is a tool page in the World Editor. It can be found under the '''Material''' tab. == See Also == * World Editor Pages * World Editor Category:Editor" current
  • 12:2312:23, 15 July 2023 diff hist +295 N Node Management PageCreated page with "__NOTOC__ right|frame|'''Figure 1.''' The Node Management Page. The '''Node Management Page''' is a tool page in the World Editor. It can be found under the '''Editor''' tab. == See Also == * World Editor Pages * World Editor Category:Editor" current
  • 12:2312:23, 15 July 2023 diff hist +1,950 N Models PageCreated page with "__NOTOC__ right|frame|'''Figure 1.''' The Models Page. The '''Models Page''' is a tool page in the World Editor. It can be found under the '''Instance''' tab. The list shown in the Models Page displays all of the models registered with the engine. When a model in the list is selected, clicking in an editor viewport places a new instance of that model in the world and attaches the default controller to it. (The type of the default controlle..." current
  • 12:2212:22, 15 July 2023 diff hist +3,292 N Material PageCreated page with "__NOTOC__ right|frame|'''Figure 1.''' The Material Page. The '''Material Page''' is a tool page in the World Editor. It can be found under the '''Material''' tab. A material can be embedded inside a world or referenced as an external resource. (Material resources have the <code>.mtl</code> extension.) Both types are displayed in the same list inside the Material Page. The names of materials embedded inside a world, if they are named at a..." current
  • 12:2112:21, 15 July 2023 diff hist +272 N Markers PageCreated page with "__NOTOC__ right|frame|'''Figure 1.''' The Markers Page. The '''Markers Page''' is a tool page in the World Editor. It can be found under the '''Object''' tab. == See Also == * World Editor Pages * World Editor Category:Editor" current
  • 12:2112:21, 15 July 2023 diff hist +269 N Lights PageCreated page with "__NOTOC__ right|frame|'''Figure 1.''' The Lights Page. The '''Lights Page''' is a tool page in the World Editor. It can be found under the '''Object''' tab. == See Also == * World Editor Pages * World Editor Category:Editor" current
  • 12:2012:20, 15 July 2023 diff hist +2,702 N Landscaping PageCreated page with "__NOTOC__ right|frame|'''Figure 1.''' The Landscaping Page. The '''Landscaping Page''' is a tool page in the World Editor. It can be found under the '''Earth''' tab, and it is used to manage landscaping brushes and paint landscaping on the terrain. == Managing Landscaping Brushes == The popup menu in the upper-right corner of the page contains the commands used to manage landscaping brushes. Each command is described in the following..." current
  • 12:2012:20, 15 July 2023 diff hist +263 N Info PageCreated page with "__NOTOC__ right|frame|'''Figure 1.''' The Info Page. The '''Info Page''' is a tool page in the World Editor. It can be found under the '''Editor''' tab. == See Also == * World Editor Pages * World Editor Category:Editor" current
  • 12:1912:19, 15 July 2023 diff hist +280 N ImpostorsCreated page with "__NOTOC__ right|frame|'''Figure 1.''' The Impostors Page. The '''Impostors Page''' is a tool page in the World Editor. It can be found under the '''Instance''' tab. == See Also == * World Editor Pages * World Editor Category:Editor" current
  • 12:1812:18, 15 July 2023 diff hist +263 N Grid PageCreated page with "__NOTOC__ right|frame|'''Figure 1.''' The Grid Page. The '''Grid Page''' is a tool page in the World Editor. It can be found under the '''Editor''' tab. == See Also == * World Editor Pages * World Editor Category:Editor" current
  • 12:1812:18, 15 July 2023 diff hist +281 N Geometries PageCreated page with "__NOTOC__ right|frame|'''Figure 1.''' The Geometries Page. The '''Geometries Page''' is a tool page in the World Editor. It can be found under the '''Object''' tab. == See Also == * World Editor Pages * World Editor Category:Editor" current
  • 12:1712:17, 15 July 2023 diff hist +1,381 N Find PageCreated page with "__NOTOC__ right|frame|'''Figure 1.''' The Find Page. The '''Find Page''' is a tool page in the World Editor. It can be found under the '''Editor''' tab. The controls in the Find Page can be used to select nodes in the world using search criteria such as the node's name, the node's type, and the type of controller attached to the node. If the '''Name''' box is not empty, then only nodes having the exact name entered, but without case sensiti..." current
  • 12:1712:17, 15 July 2023 diff hist +1,840 N Flare EffectCreated page with "A '''flare effect''' renders a billboarded flare around a central point. It can be created in the World Editor by using the Flare Effect tool in the Effects Page. The difference between a flare effect and a quad effect is that the flare effect does not use depth testing, but instead uses an occlusion query to determine how bright it is. == Flare Effect Settings == A flare effect can be configured under the '''Flare''' tab in the Node Info window..." current
  • 12:1612:16, 15 July 2023 diff hist +1,652 N Beam EffectCreated page with "A '''beam effect''' renders a polyboarded quad around a central axis. It can be created in the World Editor by using the Beam Effect tool in the Effects Page. A beam effect is similar to a quad effect, with the difference being that the beam rotates about its ''z'' axis where the quad rotates about its origin position. == Beam Effect Settings == A beam effect can be configured under the '''Beam''' tab in the Node Info window. The specific settin..." current
  • 12:1612:16, 15 July 2023 diff hist +2,221 N Quad EffectCreated page with "A '''quad effect''' renders a billboarded quad around a central point. It can be created in the World Editor by using the Quad Effect tool in the Effects Page. == Quad Effect Settings == A quad effect can be configured under the '''Quad''' tab in the Node Info window. The specific settings are described in the following table. {| {{Table}} {{Tablehead|Setting|Description}} |- {{HeadingSetting|'''Quad Settings'''|}} |- {{Tablerow|'''Quad color'''|The..." current
  • 12:1512:15, 15 July 2023 diff hist +870 N Halo EffectCreated page with "A '''halo effect''' renders a volumetric halo around a central point. It can be created in the World Editor by using the Halo Effect tool in the Effects Page. == Halo Effect Settings == A halo effect can be configured under the '''Halo''' tab in the Node Info window. The specific settings are described in the following table. {| {{Table}} {{Tablehead|Setting|Description}} |- {{HeadingSetting|'''Halo Settings'''|}} |- {{Tablerow|'''Halo color'''|The c..." current
  • 12:1412:14, 15 July 2023 diff hist +5,754 N Shaft EffectsCreated page with "right|frame|'''Figure 1.''' Shaft effects in a dungeon. A '''shaft effect''' renders a volumetric light shaft in a particular direction like those shown in Figure 1. There are four types of shaft effect (box, cylinder, truncated pyramid, and truncated cone) that can be created in the World Editor by using the tools in the Effects Page. A shaft effect is rendered with a volumetric light in-scattering shader that calculates the actual distance..." current
  • 12:1212:12, 15 July 2023 diff hist +631 N Effects PageCreated page with "__NOTOC__ right|frame|'''Figure 1.''' The Effects Page. The '''Effects Page''' is a tool page in the World Editor. It can be found under the '''Object''' tab. The Effects Page contains tools for creating the following types of effect nodes. * Quad Effect * Flare Effect * Beam Effect * Tube Effect * Fire Effect * Halo Effect * Shaft Effects * Slug Effects Panel effects can also be created using the tool in..." current
  • 12:1112:11, 15 July 2023 diff hist 0 N Category:EditorCreated blank page current
  • 12:1112:11, 15 July 2023 diff hist +414 N Atmosphere PageCreated page with "__NOTOC__ right|frame|'''Figure 1.''' The Atmosphere Page. The '''Atmosphere Page''' is a tool page in the World Editor. It can be found under the '''Object''' tab. The Atmosphere Page contains tools for creating the following types of nodes. * Fog Space * Skybox == See Also == * World Editor Pages * World Editor Category:Editor" current
  • 12:0912:09, 15 July 2023 diff hist +395 N SlugCreated page with "__NOTOC__ right The Slug Library is a product developed by Terathon Software for rendering high-quality, resolution-independent text and vector graphics in 3D applications on the GPU. It is used to render all text and icons in the C4 Engine. Detailed information can be found on the [http://sluglibrary.com/ Slug website]. == See Also == * Text Widget * Slug Effects"
  • 12:0812:08, 15 July 2023 diff hist +11,468 N Text FormattingCreated page with "Strings displayed by text widgets may contain the embedded formatting directives supported by Slug. A list of formatting directives begins with the two-character sequence '''{#''' and ends with the closing brace '''}'''. Each directive has the form '''directive(''params'')''', where ''params'' can be empty or consist of one or more parameters that apply to the directive. Multiple directives can be included in one list by separating them with semicolons. The followin..." current
  • 12:0612:06, 15 July 2023 diff hist 0 N File:Panel grid.pngNo edit summary current
  • 12:0612:06, 15 July 2023 diff hist 0 N File:Panel transform.pngNo edit summary current
(newest | oldest) View (newer 100 | ) (20 | 50 | 100 | 250 | 500)