chrrox
@chrrox
New Member
Joined: Feb 14, 2024
Topics: 31 / Replies: 39
Topic
15 years ago
Forum
Replies: 0
Views: 31
Reply
RE: Multidimensional Array

one other question say i have Main_vert_array =#() for a = 1 to meshcount do ( Temp_array = #() for i = 1 to vertcount do ( append Temp_array #([0,0,…

16 years ago
Forum
Reply
RE: Multidimensional Array

Thanks that was exactly what i wanted to do

16 years ago
Forum
Topic
Forum
Replies: 4
Views: 58
Reply
RE: selecting objects in a list

Thanks so much I would give you more reputation but it won’t allow me to.

16 years ago
Forum
Reply
RE: selecting objects in a list

the nodes are always created in this order so how would i go about if i see a node created that starts with _101 it will select that node and everythi…

16 years ago
Forum
Topic
Forum
Replies: 4
Views: 38
Reply
RE: Morph target + array question

I managed to figure it out something like vx = (ReadBEfloat f) + Vert_array1[k].x vy = (ReadBEfloat f) + Vert_array1[k].y vz = (ReadBEfloat f) + Vert_…

16 years ago
Forum
Topic
Forum
Replies: 1
Views: 20
Reply
RE: 16bit float

this is the code to convert it in c# UInt16 mantissa = (UInt16)(value & 0x3FF); (extracts the last 10 bits) Byte exponent = (Byte)((value >>…

16 years ago
Forum
Topic
16 years ago
Forum
Replies: 2
Views: 39
Reply
RE: Signed short

Thank you that was perfect

16 years ago
Forum
Topic
16 years ago
Forum
Replies: 3
Views: 50
Reply
RE: array limits?

Thanks that helped me a lot is there an easy way to get the variable of a folder so the user can select a folder and its stored as a variable? Also i…

16 years ago
Forum
Topic
16 years ago
Forum
Replies: 3
Views: 38
Page 4 / 5