Scolring - Forum

Entraides et échanges autour de la technologie Scol - Informations and exchanges on the Scol technology

Vous pouvez changer la langue de l'interface une fois inscrit - You can change the language once registered

You are not logged in.

#177 Re: Openspace3D » we have found a strange error » 2-Feb-2024 15:09:11

FBX format is not open and have several versions.
Maybe also something wrong in the scene of your student that use an unsupported feature.

Try to export in Collada or GLTF format that are better supported by assimp.
OS3D use the https://github.com/assimp/assimp project to convert all formats into Ogre3D.

#178 Re: Openspace3D » Collecting coins » 2-Feb-2024 10:07:51

Here a sample of how to use the items plugIT
https://www.openspace3d.com/rsc/samples/level_items.xos
You don't need the instantiate plugIT when using this one.

#179 Re: Openspace3D » Collecting coins » 1-Feb-2024 14:47:24

Hello,

can you provide the sample that make a crash ? So I could correct this.

You should use the items plugIT to manage this feature.

#180 Re: Openspace3D » IA Et Ouverture d'IOS par le DMA » 1-Feb-2024 14:45:59

Bonjour,

Concernant le path finding j'ai prévu de m'y pencher rapidement, mais je n'ai pas d'idée précise concernant la disponibilité dans OS3D.

pour le moment j'ai toujours un vieux mac Intel, donc je ne peux pas vraiment tester / avancer les exports Apple.
OS3D utilise actuellement XCode pour générer les applications, l'utilisateur doit aussi avoir XCode sur mac avec un compte développeur pour pouvoir compiler est diffuser son application finale.

Tans mieux si apple à moins de restrictions, mais pour le moment je ne connais pas les moyens techniques associés.

#181 Re: Openspace3D » Collecting coins » 31-Jan-2024 17:02:53

Hello, you can now use the items plugIT to place and collect coins.

#182 Re: Openspace3D » Particles » 29-Jan-2024 18:14:59

hehe sure any user video are welcome

#184 Re: Openspace3D » Another math question(global var) » 29-Jan-2024 14:46:55

in Scol then dot after the math symbol means this operator is for float values.
There is no dot if you use integer only.

#185 Re: Openspace3D » Particles » 29-Jan-2024 14:44:50

Hello,

Yes a particle editor in OS3D should be useful ^^
To make a particle script resizable you must define it as local particle system in the scrip file.

local_space false in the .particle file.
Then you can move and scale the particle emitter.

#186 Re: Openspace3D » Another math question(global var) » 23-Jan-2024 13:33:56

[code]
let 1.0 -> s in
let 2.0 -> p in
let (pow (1.0 +. p) %MyVarPow%) -. 1.0 -> pp in
ftoa (s *. (p +. (p /. pp)))[/code]

You can replace values by another var

#188 Re: Openspace3D » Vaisseau qui ne veut pas tirer » 19-Jan-2024 08:59:33

Bonjour, oui elle sortira je l'espère avant smile

#189 Re: Openspace3D » Another math question(global var) » 19-Jan-2024 08:59:09

what do you mean ? you can write the operation you want in the code, check the log windows for potential code error.

#190 Re: Openspace3D » Vaisseau qui ne veut pas tirer » 15-Jan-2024 09:59:41

Hello,

c'est sympa comme résultat, il y a surement moyen de faire plus simple, mais la comme ça je vois pas.

#192 Re: Openspace3D » I'm trying to figure out the Cyrillic alphabet » 12-Jan-2024 15:22:23

It seems that windows 11 do not take charset in account in select, window title, check ...
This just mean we will have to switch to full unicode soon, but still this is a huge work hmm

#193 Re: Openspace3D » Another math question(global var) » 12-Jan-2024 15:04:15

if you remember the mail you have used to buy the book, I can send you the download link again.

#194 Re: Openspace3D » Another math question(global var) » 12-Jan-2024 15:03:07

Hello, you will have to use the maths plugIT to do the calculation and set the result in the global Var.
To insert a global var value in a link you can use %MyVar%

You can also do the maths using code in links like

[code]itoa (%MyVar% * 10)[/code]

#195 Re: Openspace3D » Custom Interface » 12-Jan-2024 14:53:52

Hello,

you're right, this functionality is missing.
you can add a request on redmine.openspace3d.com so I will add fadeIn / fadeOut action along with a set opacity for the next release.

#196 Re: Openspace3D » The launch of demo scenes is accompanied by an error » 10-Jan-2024 10:00:41

weird, the joypad code loop wait for 200ms when there is no connected device, this should not burn the cpu and make the app lag.
Do you have a particular or virtual joystick available on your system ?

#197 Re: Openspace3D » The launch of demo scenes is accompanied by an error » 10-Jan-2024 09:16:05

Thanks ! I will check if the joystick detection loop is responsable of this.

#198 Re: Openspace3D » 2 Bugs Détectés, Problème Retroid Et Plugit Objects Clones » 8-Jan-2024 10:47:30

Le plugIT draw est corrigé pour la prochaine version smile

Concernant les boutons de la manette de la console, je pense en effet que c'est la manière dont elle gère la manette.
Android envoi des données de gamepad et OS3D peut les gérer. Mais par défaut les manettes ont deux modes sur Android, simulation des touches du clavier ou gamepad. Parfois c'est juste un switch sur la manette pour changer le mode. Cela peut aussi se trouver dans la configuration du système.

Les démos sur google play store sont obsolete, tu peux essayer de les exporter directement depuis OS3D.

#199 Re: Openspace3D » The launch of demo scenes is accompanied by an error » 8-Jan-2024 10:33:42

Hello,

your issue is really weird ^^
I have a pretty old computer now and the mouse cursor does not hang when I show the scene debug informations.
Do you have an external software that could override the rendering API / screen cast or recording.
Try the quit all others software / tools that start with your computer and try again to be sure.

#200 Re: Openspace3D » I'm trying to figure out the Cyrillic alphabet » 8-Jan-2024 10:27:34

Could you send me an exemple with fonts so I could test and see how to manage this ?

Board footer

Powered by FluxBB