• skip to content

Doomsday Manual

User Tools

  • Admin
  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
Trace:

model_asset

Search

You can find the results of your search below.

Starts with
  • Exact match
  • Starts with
  • Ends with
  • Contains
Any namespace
  • Any namespace
  • guide (12)
  • modding (3)
  • version (3)
  • assets (2)
  • ded (1)
  • fs (1)
  • howto (1)
  • script (1)
Any time
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Matching pagenames:

  • model_asset

Fulltext results:

model @assets
106 Hits, Last modified: 5 years ago
====== 3D model assets ====== This page is about 3D model assets that can be rendered in the game world using the [[modding:GL2 mod... senting things (model.thing.*) ===== Example: asset model.thing.possessed { path = "possessed.md5mesh" } This asset definition should be understood as "3D model asset to be used for representing [[ded:thing]]s
model @ded
87 Hits, Last modified: 8 years ago
terpolation. Doomsday 2 supports more powerful [[assets:model|model assets]]. ===== Flag usage ===== Stated at definition "root" level flags affect all sub-models: <code> Model { Flags = flag; }</code> Stated at //Sub{}// level scopes them to only that sub-model:
scripting_with_stateanimator @assets
47 Hits, Last modified: 6 years ago
h StateAnimator ====== This page describes how [[model|3D model assets]] can be manipulated via Doomsday Script. =====... he map can be represented by a 3D model. * **3D model asset.** An asset definition in the Info file of a package. Specifi... ce. This allows many objects to share the same 3D model asset but each still have their unique animation state.... ed, its initial state is set up as defined in the model asset. * **ModelLoader.** The model loader ensures t
packages @fs
35 Hits, Last modified: 6 years ago
d in the metadata of the package. For example, an asset could be a [[assets:model|3D model]] that the renderer would use to represent a thin... fined in the package metadata. For instance, a 3D model asset definition could look like this: asset model.thing.possessed { path = "boblampclean.md5mesh" } The Info block type ''asset'' must be used when defining an asset. The asset identifier (''model.thing.possessed'') is used to declare what kind o
gl2_model_renderer @modding
32 Hits, Last modified: 8 years ago
===== Model renderer (Doomsday 2) ====== The GL2 model renderer is the primary user of [[assets:model|3D model assets]]. Whenever a [[assets:model|model asset]] is present in a loaded [[fs:package]], the model renderer loads the 3D model data into memory and, when the model is needed for dr... * Things (mobjs) can be represented using 3D models with a ''model.thing.*'' asset. * Player weapons (psprites) use the ''model.weapon.*'' assets. * //TODO//: other kinds of model assets, e.g., surf
assets
22 Hits, Last modified: 6 years ago
= Assets by type ===== ^ Identifier ^ Name | | ''model.thing.*''| [[assets:model|3D model for a thing (skeletal animation)]] | | ''model.weapon.*''| [[assets:model|3D model for a player weapon (skeletal ani... 1.15]]. It was only used for the GL2 model renderer. In [[version:2.0]], new asset types were added for particle texture images and 3D model reflection cube maps.
resource_packaging_guidelines @modding
19 Hits, Last modified: 7 years ago
msday 2. ===== Packaging an asset ===== Every asset, for example a 3D model for a barrel, should be packaged into its own [[f... category: items requires <veirdo.hexen.common> asset model.thing.healthflask { # ... } </code> ===== Or... ages ===== When you have a larger collection of assets it will become cumbersome for the user to load e... he **info.dei** of a package named **veirdo.hexen.models.pack**. Note that the collection package can and
1.15 @version
14 Hits, Last modified: 8 years ago
t, a new internal concept has been introduced. [[:Assets]] are sets of resources for a specific purpose, for example a 3D model for a particular lamp in Doom 2. All assets are d... shared in multiplayer sessions. In 1.15, only [[:assets:model|3D model assets]] are supported, but future versions of Doomsday will expand on this. **Doomsday Script subclass... s, episodes, finales, flags, mapInfos, materials, models, musics, skies ] </code> **Internal thinker dat
detailed_list_of_changes_in_doomsday_version_1.15 @version
14 Hits, Last modified: 8 years ago
from [[:libgui]]. Works independently of the old model renderer and relies on Doomsday 2 [[:packages]] and [[:assets]]. Supports skeletal animation. * The new model renderer uses [[:open_asset_import_library]] to load various 3D model file formats. * Updated Oculus Rift support for the DK2 (ex... e [[:doomsday_2_package_format]] for packaging [[:assets]]. * Added ''TitleImage'' property to [[:map_
reference @script
10 Hits, Last modified: 5 years ago
e managing engine configuration and controlling [[assets:model#timelines|3D model asset animation]]. Doomsday Script is not a compi... damage or when the thing state changes]] * [[assets:model#timelines|At specific points in time]] * Mani... [fs:packages#metadata|Modify package metadata and assets (__init.ds__)]] * [[fs:packages#scripting|Ad
3d_model_particles @howto
10 Hits, Last modified: 8 years ago
====== 3D model particles ====== [[assets:model|3D models]] can be used as particles in a particle generator. There are ... set the particle stage's type to one of the //pt_model// flags. The following would make the stage use particle model number 13: <code>Type = "pt_model13"; </code> In the particle stage definition, remember to set a color
doomsday @guide:2.3:man
6 Hits, Last modified: 6 years ago
ld objects * [[Particle effects]] system * 3D models for world objects, [[skies]], [[skyboxes]], and ... ticles]] * Environmental mapping effects for 3D models and world surfaces * Automatic world surface (... g a modified hq2x algorithm Resources: * [[3D models]]: FBX and MD5 with skeletal animation and OpenG... sources_doomsday_1.x|Doomsday 1 resources]] * [[assets/overview|Packages and assets]] * [[ded/ded|DED
doomsday @guide:2.2:man
6 Hits, Last modified: 6 years ago
ld objects * [[Particle effects]] system * 3D models for world objects, [[skies]], [[skyboxes]], and ... ticles]] * Environmental mapping effects for 3D models and world surfaces * Automatic world surface (... g a modified hq2x algorithm Resources: * [[3D models]]: FBX and MD5 with skeletal animation and OpenG... sources_doomsday_1.x|Doomsday 1 resources]] * [[assets/overview|Packages and assets]] * [[ded/ded|DED
doomsday @guide:2.1:man
6 Hits, Last modified: 7 years ago
ld objects * [[Particle effects]] system * 3D models for world objects (with per-vertex lighting and ... ticles]] * Environmental mapping effects for 3D models and world surfaces * Automatic world surface (... g a modified hq2x algorithm Resources: * [[3D models]]: FBX and MD5 with skeletal animation and OpenG... sources_doomsday_1.x|Doomsday 1 resources]] * [[assets|Doomsday 2 packages and assets]] * [[ded|Defin
readme_windows @guide:2.3
6 Hits, Last modified: 6 years ago
ld objects * [[Particle effects]] system * 3D models for world objects, [[skies]], [[skyboxes]], and ... ticles]] * Environmental mapping effects for 3D models and world surfaces * Automatic world surface (... g a modified hq2x algorithm Resources: * [[3D models]]: FBX and MD5 with skeletal animation and OpenG... sources_doomsday_1.x|Doomsday 1 resources]] * [[assets/overview|Packages and assets]] * [[ded/ded|DED
readme_macos @guide:2.3
6 Hits, Last modified: 6 years ago
readme_windows @guide:2.2
6 Hits, Last modified: 6 years ago
readme_windows @guide:2.1
6 Hits, Last modified: 7 years ago
readme_macos @guide:2.2
6 Hits, Last modified: 6 years ago
readme_macos @guide:2.1
6 Hits, Last modified: 7 years ago
2.2.2 @version
6 Hits, Last modified: 6 years ago
readme_windows @guide:2.0
5 Hits, Last modified: 8 years ago
readme_macos @guide:2.0
5 Hits, Last modified: 8 years ago
doomsday @guide:2.0:man
5 Hits, Last modified: 8 years ago
supported_3d_model_formats @modding
4 Hits, Last modified: 8 years ago
model_asset
2 Hits, Last modified: 8 years ago
model_asset.txt ยท Last modified: 2017-03-13 13:20 by 127.0.0.1

Page Tools

  • Show page
  • Old revisions
  • Backlinks
  • Rename Page
  • Back to top
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki
  • Doomsday Engine
  • 2.3 ⇣
  • Builds
  • Add-ons
  • Manual
  • ·
  • Forums
  • Support
  • Bug Tracker
  • Blog