3D Canvas has a plug-in to implement the attachment points noted in the CCP document. I made such an attachment point. It's this form -
The scene hierarchy is of the following form:
a.attach---Pointer.
Using some standard nomenclature in the CCP manual I called the Pointer 'a.smoke' (chimney from a building) with the word for word example in the CCP:
smoke0
{
attachment a.smoke
mode timeofday
color 150,150,150,250
accel 1,0.3,0
start 0.25,0.5
period 0.25,0.125
rate 8
velocity 3
lifetime 5
minisize 0.5
maxsize 2
}
Problem: I get two error messages when compiled stating:
Error: Attachment point attachment (a.smoke) in 'smoke0' was not found.
Error: The tag 'minisize' is not permitted within this container. (Container type 'smoke0')
I changed up the naming as well for example in 3DC a.attach to 'a.smoke' and leaving Pointer as Pointer or naming both a.smoke and the same errors.
Anybody have any ideas?
Thanks.
				
			The scene hierarchy is of the following form:
a.attach---Pointer.
Using some standard nomenclature in the CCP manual I called the Pointer 'a.smoke' (chimney from a building) with the word for word example in the CCP:
smoke0
{
attachment a.smoke
mode timeofday
color 150,150,150,250
accel 1,0.3,0
start 0.25,0.5
period 0.25,0.125
rate 8
velocity 3
lifetime 5
minisize 0.5
maxsize 2
}
Problem: I get two error messages when compiled stating:
Error: Attachment point attachment (a.smoke) in 'smoke0' was not found.
Error: The tag 'minisize' is not permitted within this container. (Container type 'smoke0')
I changed up the naming as well for example in 3DC a.attach to 'a.smoke' and leaving Pointer as Pointer or naming both a.smoke and the same errors.
Anybody have any ideas?
Thanks.
 
	 }
}