User Tools

Site Tools


graficos:moviestorm

Differences

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

Link to this comparison view

Next revision
Previous revision
graficos:moviestorm [2007/11/07 00:08] – created 80.25.175.216graficos:moviestorm [2015/04/13 20:19] (current) – external edit 127.0.0.1
Line 2: Line 2:
 Programa para la creación de películas de animación usando la filosofía machinima. Programa para la creación de películas de animación usando la filosofía machinima.
 URL : http://www.moviestorm.co.uk URL : http://www.moviestorm.co.uk
 +
 +**Extensiones**
 +Como usa Cal3d, véase http://download.gna.org/cal3d/sources/fileformats-0_10_0.txt.
 +  * CSF : Cal3d skeleton file. Stored in this file is the hierarchy of bones that composes the skeleton.
 +  * CMF : Cal3d mesh file (malla). This file contains all the mesh data, such as the weighted influences of the
 +bones on each vertex. The mesh is splitted into submeshes to group faces with
 +the same material thread.
 +  * CRF : Cal3d material file. Material properties like ambient, diffuse and specular color and the shininess
 +factor are stored in this file. If the material contains texture maps, the
 +(file-)names of the textures are stored here too.
 +
 +
 +
 +**Texturas**
 +Ficheros .dds (DirectDraw Surface?)
 +Dado un fichero .dds (pej. Floor_Concrete01_Spec.dds), existen los ficheros .template y .CRF que lo referencian.
 +
 +__Fichero .template__ : Coffeeshop window 01.template
 +
 +<template>
 +  <model>Architecture/Elements/Window/Coffeeshop_window</model>
 +  ...
 +    <material>
 +      <name>**Wallback[4]**</name>
 +      <maps>
 +        <entry>
 +          <string>specularMap</string>
 +          <string>Textures/Floor_Concrete01_Spec.dds</string>
 +        </entry>
 +      </maps>
 +    </material>
 +</template>
 +            
 +__Fichero .CRF__ : Wallback[4].CRF
 +
 +
 +
  
  
graficos/moviestorm.txt · Last modified: 2015/04/13 20:19 by 127.0.0.1