User Tools

Site Tools


gamedev:renderables

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
gamedev:renderables [2015/07/20 08:34] – [Canvas View] dragonlordgamedev:renderables [2019/05/24 23:43] (current) – ↷ Links adapted because of a move operation dragonlord
Line 1: Line 1:
 +{{tag>graphic skin renderable}}
 <WRAP youarehere> <WRAP youarehere>
-[[:start|Start Page]] >> [[gamedev:main|Game Development with the Drag[en]gine]] >> **Dynamic content using renderables**+[[:start|Start Page]] >> [[:gamedev|Game Development with the Drag[en]gine]] >> **Dynamic content using renderables**
 </WRAP> </WRAP>
  
Line 28: Line 29:
 ====== Video Frame ====== ====== Video Frame ======
 The renderable takes the texture image from a video frame. Video Frame renderables can be applied to all texture properties using an image. You assign a video resource to the renderable and you set a time frame. The given frame from the video is then used as the image. This is the preferred way for using sequential textures playing a series of images. The speed is usually slower than with image renderables since video frames tend to be uploaded to the graphic card each time it is used. Depending on the usage in your game it might be better to use image renderables instead with a bunch of images loaded into memory. The renderable takes the texture image from a video frame. Video Frame renderables can be applied to all texture properties using an image. You assign a video resource to the renderable and you set a time frame. The given frame from the video is then used as the image. This is the preferred way for using sequential textures playing a series of images. The speed is usually slower than with image renderables since video frames tend to be uploaded to the graphic card each time it is used. Depending on the usage in your game it might be better to use image renderables instead with a bunch of images loaded into memory.
 +
 +====== Examples ======
 +<WRAP group>
 +<WRAP half column box centeralign>
 +{{ youtube>PTyNnAOtOow?600x480 |Dynamic Content in Action}}
 +Dynamic Content in Action doing an interactive computer screen.
 +</WRAP>
 +
 +<WRAP half column centeralign>
 +</WRAP>
 +</WRAP>
 +
gamedev/renderables.1437381250.txt.gz · Last modified: 2015/07/20 08:34 by dragonlord