diff assets/Models/anim/basic.scene @ 49:96a41b384100

working on animations in jMonkeyEngine3
author Robert McIntyre <rlm@mit.edu>
date Sat, 12 Nov 2011 16:52:38 -0700
parents
children
line wrap: on
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/assets/Models/anim/basic.scene	Sat Nov 12 16:52:38 2011 -0700
     1.3 @@ -0,0 +1,52 @@
     1.4 +<scene exported_by="r" formatVersion="1.0.1" previous_export_time="0" export_time="1321010818.032423" >
     1.5 +	<nodes >
     1.6 +		<node name="Cube" >
     1.7 +			<position y="0.092191" x="0.122819" z="0.658119" />
     1.8 +			<rotation qy="0.000000" qx="0.000000" qz="-0.000000" qw="1.000000" />
     1.9 +			<scale y="1.000000" x="1.000000" z="1.000000" />
    1.10 +			<game >
    1.11 +				<sensors />
    1.12 +				<actuators />
    1.13 +			</game>
    1.14 +			<entity anisotropic_friction="False" lock_trans_y="False" damping_trans="0.02539999969303608" damping_rot="0.1589999943971634" inertia_tensor="0.4000000059604645" actor="False" velocity_min="0.0" lock_trans_z="False" physics_type="STATIC" lock_trans_x="False" meshFile="Cube.mesh" friction_y="1.0" friction_x="1.0" friction_z="1.0" velocity_max="0.0" ghost="False" name="Cube" mass_radius="1.0" mass="1.0" lock_rot_x="False" lock_rot_y="False" lock_rot_z="False" />
    1.15 +		</node>
    1.16 +		<node name="Lamp" >
    1.17 +			<position y="5.903862" x="4.076245" z="-1.005454" />
    1.18 +			<rotation qy="0.755880" qx="0.169076" qz="-0.272171" qw="0.570947" />
    1.19 +			<scale y="1.000000" x="1.000000" z="1.000000" />
    1.20 +			<game >
    1.21 +				<sensors />
    1.22 +				<actuators />
    1.23 +			</game>
    1.24 +			<light shadow="true" type="point" name="Lamp" powerScale="1.0" >
    1.25 +				<position y="5.903862" x="4.076245" z="-1.005454" />
    1.26 +				<lightAttenuation range="5000" quadratic="0.0" constant="1.0" linear="0.03333335240683057" />
    1.27 +				<colourDiffuse r="1.0" b="1.0" g="1.0" />
    1.28 +				<colourSpecular r="1.0" b="1.0" g="1.0" />
    1.29 +				<colourShadow r="1.0" b="1.0" g="1.0" />
    1.30 +			</light>
    1.31 +		</node>
    1.32 +		<node name="Camera" >
    1.33 +			<position y="5.343665" x="7.481132" z="6.507640" />
    1.34 +			<rotation qy="0.334251" qx="0.481707" qz="-0.212922" qw="0.781600" />
    1.35 +			<scale y="1.000000" x="1.000000" z="1.000000" />
    1.36 +			<game >
    1.37 +				<sensors />
    1.38 +				<actuators />
    1.39 +			</game>
    1.40 +			<camera projectionType="perspective" fov="28.841546255021967" name="Camera" >
    1.41 +				<clipping nearPlaneDist="0.10000000149011612" farPlaneDist="100.0" />
    1.42 +			</camera>
    1.43 +		</node>
    1.44 +	</nodes>
    1.45 +	<externals >
    1.46 +		<item type="material" >
    1.47 +			<file name="/home/r/proj/cortex/assets/Models/anim/Material.material" />
    1.48 +		</item>
    1.49 +	</externals>
    1.50 +	<environment >
    1.51 +		<colourBackground r="0.05087608844041824" b="0.05087608844041824" g="0.05087608844041824" />
    1.52 +		<colourAmbient r="0.0" b="0.0" g="0.0" />
    1.53 +		<colourDiffuse r="0.05087608844041824" b="0.05087608844041824" g="0.05087608844041824" />
    1.54 +	</environment>
    1.55 +</scene>
    1.56 \ No newline at end of file