CodeMasterMike on "How to use this function in VSL??????????"
Can you give little more information about what you are trying to achieve? What kind of object is "atom"?
View Articlesunder3dvia on "How to use this function in VSL??????????"
Hi,Thanks a lot for your reply..... Here I send you the code what I am trying to do.void main() { XMLParserManager pm=XMLParserManager.Cast(bc.GetManagerByGuid(GetXMLParserManagerGUID())); XMLAtom...
View Articlerathina on "Save 2D Text as Texture."
Hi I have a situation that what ever displayed by 2D text need to be converted as texture so that i can apply it on a plane surface. Any one could help me to how to save the text as a transparent...
View Articlesunder3dvia on "HOW TO CONVERT STRING TO 3DENTITY"
Hi All,Can anyone tell me how to convert a string data (it is the name of a object , I get it as a string) into 3DEntity to invoke functions of the 3DEntity in VSL.Awaiting for reply............
View ArticleCodeMasterMike on "HOW TO CONVERT STRING TO 3DENTITY"
You cant simply convert a string into a 3DEntity, but you can use the string as a parameter to get the entity:Entity3D FoundEntity = Entity3D.Cast(bc.GetObjectByName(EntityName.CStr()));
View Articlesunder3dvia on "HOW TO CONVERT STRING TO 3DENTITY"
Hi CodeMaster Mike Thanks a lot for your reply!
View Articleshweta-jain on "exit code in vsl?"
Hi,I am developing a standalone application. I want my vmo quit onclick a button. I tried the quit attribute but player doesnot quit.Pls suggest.
View Articleshweta-jain on "exit code in vsl?"
Does anybody else faced this problem? If yes than it will be very helpful if solution can be shared.Thanks in advance.
View ArticleCodeMasterMike on "exit code in vsl?"
Use the "PostQuitMessage(0)" function in the stand alone message handler. As far as I know there isnt a direct BB or VSL code to quit a stand alone application from the VMO file. So you will need to do...
View Articleshiny123 on "Unable to activate Dynamic scripts"
With the Object load BB i am able to load all object and scripts of a .cmo file to the present .cmo( working one ). Now from this .cmo file i want to activate some of the scripts of the loaded object...
View Articlesunder3dvia on "Unable to activate Dynamic scripts"
To speed up the script you can change the link delayer from 1 to 0.
View ArticleAnonymous on "Get root parent"
Hello! I would like to know if there is a way in VSL to get the root parent of a body part. I can't use the get character in parameter Op because I need it in VSL.I specify that there are multiple...
View Articlesunder3dvia on "Need Documents?"
Hi, We have documentation for VSL in Virtools, which includes all the functions for VSL. But in that document, there is not function descriptions or samples for handling managers like Path manager...
View Articlesunder3dvia on "Is it possible?"
Hi,Is possible to load and crop the images using LUA script in Virtools. If yes means, please tell me how to do it?Awaiting for your reply!
View Articlesoniab on "Get root parent"
Hi,I think you can use in VSL vknode3d::GetRootActor that returns the top most actor holding this component ring. (or vkComponent::GetRootActor)
View Articlesunder3dvia on "How to convert?"
Hi,I would like to convert Vector data into string. Could any one tell me how to convert it?Thanks for your reply in advance.
View ArticleArmarageX on "How to convert?"
OP Building Block....Input = Vector 2nd Input = NONE Operation = Convert OutPut = String
View Articlesunder3dvia on "How to convert?"
Hi Armarage,Thanks for your reply. I know how to use Op BB. But my question is on VSL. How to convert vector into string in VSL?Awaiting for your reply!
View ArticleJeeva3m on "How to convert?"
Hi Sunder,what armarage said is right. Its possible using Op BB. Try it.
View Article