Bewise Day Conference 2011

by Frédéric Colin 3. March 2011 10:06

Maybe you know Bewise, Vertice's sister company, fully specialized on Microsoft technologies.

For the fifth consecutive year, Bewise organizes in Toulouse (France) a free technical conference with the participation of Vertice.

Vertice will be happy to welcome you on its booth to present Nova Range, on April 7, 2011.

If you are not too far from Toulouse on that date and if you understand french language please register and come see us!

Nova by Vertice at Imagina 2011 - Thank you

by Frédéric Colin 8. February 2011 10:33

The Vertice Team wants to thank you for coming to meet us at Imagina 2011. It's my third participation to Imagina and I hadn't never seen so many people on our booth!

For my technical part, I hope you liked my small demonstrations: SMS sending, Excel File to drive a Nova Scene, Kinect integration as a controller, etc. As I always said I'm a fan of interactive and demonstrative 3D. I'm tired to see that sometimes some vendors just sell a technology only for the technology. It is time to put in front the user needs. That's what we call in Vertice user-centered design. Feel free to contact me to discuss these topics.

Also, feel free to download Nova Studio Demo to have a look to our range.

Custom action: Change State (Excel)

by Frédéric Colin 17. January 2011 09:10

As I announced it in this previous post, here is the new custom action I called "Change State (Excel). I made some modifications I'm sure you will appreciate Smile:

You have to know these possibilities and constraints:

  1. All cells must be in a string format ('4 as an example)
  2. You can choose the Worksheet number.
  3. I remove the constraint to have "Jet oledb provider 4.0" installed on your computer. In other terms, this custom action is completely autonomous and no longer depends on anything.
  4. On numeric properties, you can now add an operator to indicate to add, substract, multiply and divide. As an example, on RotationVectorX, you can write '++1 to add 1 to the current property value of the selected Nova Entity. Imagine what you can do if you plug this action to the "Every x Frames" trigger Surprised.
  5. Right now, I only manage Int, Float, Boolean, RGBA properties of Nova Entities
  6. By Nova Entities, I exhaustively mean:
    • Nova Paths, Nova Domains, Nova Groups, Nova Materials, Nova Textures, Nova Objects, Nova Cameras and Nova Lights

Attached to the post, you'll find a zip file containing a dll and a Excel sample (just pay attention to Windows language and region for numeric values inside the Excel file). To install the custom action, just drop the dll inside:

  • "C:\Program Files\Vertice\Nova Studio 2010\Plugins" for 32 bits OS
  • "C:\Program Files\Vertice\Nova Studio 2010\x64\Plugins" for 64 bits OS

Don't forget to install Nova Studio 2010 version 6.0.0.26.

Enjoy!

ChangeStateFromExcel.zip (30.33 kb)

A new custom action for actions builder: Change State (Excel)

by Frédéric Colin 10. January 2011 21:43

With the upcoming revision of Nova Studio 2010 (6.0.0.26) and in order to illustrate the Custom Action developing template, I decided to develop a new feature to extend Nova Studio 2010 actions in the Actions Builder tool.

I called it Change State (Excel). Sometimes in your Nova Scene, you need to change on the fly some of Nova entities' properties. This new Custom Action will allow that kind of modification on simple type properties such as float, int and string as a example. So from a simple Excel file, you will have just to define the entity guid ("Id" column) or entity name ("Name" column) to be modified and all needed properties names in other columns as shown below:

Some important rules to well understand:

  • Jet oledb provider 4.0 must be installed on your computer (the custom action will check that),
  • The custom action will work only on the first Worksheet of the Excel workbook,
  • It will work on all Nova Entities (objects, cameras, lights, Scene, Domains, ...),
  • The First line always contains the column name,
  • if "Id" is provided, "Name" is not taken into account,
  • if "Name" is provided (and "Id" not provided) all entities with the same name are taken into account,
  • A column without any value is not taken into account,
  • You can put the property name you want since the process is dynamic,
  • Only simple value types are taken into account (Except RGBAColor type as shown before on Ambiant Color as an example).

Here is a small screenshot of this new feature:

 

The checkbox "File is side by side to scene in running mode" means that while executing the custom action, the file path will be calculated according to the Nova Scene path and not the original path. In design mode, the checkbox is not taken into account and only the previous complete path is used.

This new custom action will not be included in 6.0.0.26 version install, but in a next post, I will explain you how to install it.

Stay tuned!

Vertice website

by Frédéric Colin 26. September 2010 21:08

Yann has just released a new version of Vertice website.

Among the last news you will notice the following:

Nova Community

by Frédéric Colin 10. September 2010 23:31

Day after day, Nova Community is growing up. Our partners and customers are participating through online demonstrations on Vertice Web site. New demos are available to demonstrate Nova capabilities.

Thank you to 3D Carré and Proin3D for this work.

Enjoy!

Contribute on vertice.fr

by Frédéric Colin 23. August 2010 11:01

Did you notice on our new web site the community contribution part? You will find some technical content from our community.

It's still embryonic at the moment, but you are very welcome on this page if you want to be referenced (nova scenes, scripts, plugins, applications, ...).

If you are interested, just drop me an email (fred@AT@vertice.fr).

Disclaimer
The opinions expressed herein are the author own personal opinions and do not represent their employers' view in anyway..

© Copyright 2012 Nova by Vertice Team