Game Development Community

This is just stupid-weird

by Patrick Jeeves · in General Discussion · 10/31/2008 (7:40 am) · 5 replies

Okay i made the following code

datablock ItemData( solid ) {
	category = "item";
	shape = "~/data/3dtorquelogo/torque_logo.dts";

	mass = 1;
	friction = 1;
	elasticity = 0.3;
	emap = true;

	//sticky = true;

	gravityMod = 1.0;
	maxVelocity = 100;
};

and when i add it in the world editor creator the center point appears with the arrows; but the shape isn't rendered.

#2
10/31/2008 (7:43 am)
@ david; i thought pushing enter after putting in the thread title would bring me to the next box; but it pushed submit
#3
10/31/2008 (7:49 am)
Heh. Yeah. Tab is used to move to different areas of focus. Enter is used as a quick-submit.

Shouldn't it be:
Quote:data/shapes/3dtorquelogo/torque_logo.dts

Or did you move it?
#4
10/31/2008 (7:57 am)
I moved it;
besides wouldn't that cause a line in the console about the resource manager? theres nothing like that in there.
#5
10/31/2008 (8:49 am)
shape should be shapeFile

Sometimes it's the little things that catch us up.