User Tools

Site Tools


gamedev:canvassystem:canvasview

Differences

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

Link to this comparison view

Next revision
Previous revision
gamedev:canvassystem:canvasview [2015/06/17 23:34] – created dragonlordgamedev:canvassystem:canvasview [2024/03/14 16:53] (current) dragonlord
Line 1: Line 1:
-gamedev:canvassystem:canvasview+{{tag>dragonscript graphic canvas ui}}
 <WRAP youarehere> <WRAP youarehere>
-[[:start|Start Page]] >> [[gamedev:main|Game Development with the Drag[en]gine]] >> [[gamedev:canvassystem:introduction|Canvas System]] >> **Canvas Canvas View**+[[:start|Start Page]] >> [[:gamedev|Game Development with the Drag[en]gine]] >> [[gamedev:canvassystem:introduction|Canvas System]] >> **Canvas Canvas View**
 </WRAP> </WRAP>
  
 ====== Canvas Canvas View ====== ====== Canvas Canvas View ======
-[[http://dragengine.rptd.ch/docs/dragengine/latest/classdeCanvasCanvasView.html|Canvas canvas view]] enables re-rendering of canvas in other places. This sort of duplicates a canvas and all its content but without physically making duplicates. A canvas is only allowed to be child of exactly one parent canvas view. To use a canvas in multiple canvas view you have to use a canvas canvas view to replicate the content. Doing so you can also apply transformations to alter the copies.+#@LinkApiDocDE2_HTML~classdeCanvasCanvasView.html,Canvas canvas view~@# enables re-rendering of canvas in other places. This sort of duplicates a canvas and all its content but without physically making duplicates. A canvas is only allowed to be child of exactly one parent canvas view. To use a canvas in multiple canvas view you have to use a canvas canvas view to replicate the content. Doing so you can also apply transformations to alter the copies.
  
 You do not need to use canvas canvas view for displaying a canvas in different dynamic skin renderables for 3D rendering. Dynamic skin renderables support assinging a canvas view to display directly. This works since dynamic skin renderables are no parents of canvas views just using them. You do not need to use canvas canvas view for displaying a canvas in different dynamic skin renderables for 3D rendering. Dynamic skin renderables support assinging a canvas view to display directly. This works since dynamic skin renderables are no parents of canvas views just using them.
gamedev/canvassystem/canvasview.1434584089.txt.gz · Last modified: 2015/06/17 23:34 by dragonlord