Ambiera Forum

Discussions, Help and Support.

Ambiera Forum > CopperCube > Programming and Scripting
Examples hotspots/billboard

mrniceguy
Guest
Quote
2010-01-08 11:52:02

Would it be possible to include more examples like to setup hotspots, billboard and also the Coppercube 3D Configurator Demo?


niko
Moderator
Quote
2010-01-08 13:35:12

Adding the configurator example to the installation is a good idea, going to do this with the next release.
About hotspots and billboards: Sure why not. What exactly would you like to know? (so that I don't miss it, not sure what could be unclear with billboards).


mrniceguy
Guest
Quote
2010-01-08 13:52:21

I didn't see both mentioned in the manual. An explanation and example how/when to use these features would be great for CopperCube starters".


niko
Moderator
Quote
2010-01-08 15:43:53

ah, ok :)


DouweDabbe
Guest
Quote
2022-05-20 17:43:32

Yeah,

I just discovered the "Hotspot" Node

it is mentioned once in the coppecube documentation:

editorAddSceneNode(type, x, y, z, size)

var count = 3;
var size = 12;
for (var x=0; x<count; ++x)
for (var y=0; y<count; ++y)
for (var z=0; z<count; ++z)
editorAddSceneNode("hotspot", x*size, y*size, z*size);

And there is a page in the CopperLicht documentation,
https://www.ambiera.com/copperlicht/documentation/symbols/CL3D.HotspotSceneNode.html
witch maybe incomplete, when compared to the properties window in Coppecube; it has 3 clickaty behaviors - go look.

Has anyone experience with this mysterious node?
is it good use?

It can only be made in the editor scripting window, see above.


just_in_case
Moderator
Quote
2022-05-21 06:40:58

You can add this to your project with the help of scripting but I don't find any special usage for the hotspot node, nowadays. I do have mentioned this hotspot node in one of my videos.
Hotspots were there in an earlier version of CC, and it has been removed cause it has not that much usage. CC's billboards are a good alternative for the hotspot.


Create reply:


Posted by: (you are not logged in)


Enter the missing letter in: "Inter?ational" (you are not logged in)


Text:

 

  

Possible Codes


Feature Code
Link [url] www.example.com [/url]
Bold [b]bold text[/b]
Image [img]http://www.example.com/image.jpg[/img]
Quote [quote]quoted text[/quote]
Code [code]source code[/code]

Emoticons


   






Copyright© Ambiera e.U. all rights reserved.
Privacy Policy | Terms and Conditions | Imprint | Contact