LisaacTM Platform

MODEL


Animated 3d model
Inherit/Insert Summary
parent_framework No developed.
 
Constructor Summary
create with
create
 
Slot Summary
name
texture
material
lerp
current_frame
old_frame
nb_frames
make
set_material
render
render_with
load
update
 

Inherit/Insert Detail

parent_framework

.../extra/opengl/3D/model.li line #9

Section:
Inherit

Profile:
- SelfSELFparent_framework : FRAMEWORK_ANY

Constructor Detail

create with

.../extra/opengl/3D/model.li line #24

Section:
Public

Profile:
- SelfSELFcreate   s : ABSTRACT_STRING  with   tex : TEXTURESELF

create

.../extra/opengl/3D/model.li line #32

Section:
Public

Profile:
- SelfSELFcreate   s : ABSTRACT_STRINGSELF

Detail slot

name

.../extra/opengl/3D/model.li line #13

Section:
Public

Profile:
+ SelfSELFname : STRING

texture

.../extra/opengl/3D/model.li line #15

Section:
Public

Profile:
+ SelfSELFtexture : TEXTURE

material

.../extra/opengl/3D/model.li line #16

Section:
Public

Profile:
+ SelfSELFmaterial : MATERIAL

lerp

.../extra/opengl/3D/model.li line #18

Section:
Public

Profile:
+ SelfSELFlerp : REAL_32

current_frame

.../extra/opengl/3D/model.li line #20

Section:
Public

Profile:
+ SelfSELFcurrent_frame : INTEGER

old_frame

.../extra/opengl/3D/model.li line #21

Section:
Public

Profile:
+ SelfSELFold_frame : INTEGER

nb_frames

.../extra/opengl/3D/model.li line #22

Section:
Public

Profile:
+ SelfSELFnb_frames : INTEGER

make

.../extra/opengl/3D/model.li line #40

Section:
Public

Profile:
- SelfSELFmake  ( s : ABSTRACT_STRING, tex : TEXTURE)

set_material

.../extra/opengl/3D/model.li line #47

Section:
Public

Profile:
- SelfSELFset_material   m : MATERIAL

render

.../extra/opengl/3D/model.li line #52

Section:
Public

Profile:
- SelfSELFrender 

render_with

.../extra/opengl/3D/model.li line #57

Section:
Public

Profile:
- SelfSELFrender_with   tex : TEXTURE

load

.../extra/opengl/3D/model.li line #62

Section:
Public

Profile:
- SelfSELFload 

update

.../extra/opengl/3D/model.li line #64

Section:
Public

Profile:
- SelfSELFupdate   time : REAL_32