Home
last modified time | relevance | path

Searched refs:minloops (Results 1 – 8 of 8) sorted by relevance

/dports/games/taisei/taisei-1.3.2/src/
H A Daniplayer.h99 AniQueueEntry *aniplayer_queue(AniPlayer *plr, const char *seqname, int minloops) attr_nonnull(1);
100 AniQueueEntry *aniplayer_soft_switch(AniPlayer *plr, const char *seqname, int minloops) attr_nonnul…
101 AniQueueEntry *aniplayer_hard_switch(AniPlayer *plr, const char *seqname, int minloops) attr_nonnul…
/dports/graphics/megapov/megapov-1.2.1/source/
H A Doctree.cpp122 long minloops = 1000; // GLOBAL VARIABLE variable
849 if (thisloops < minloops) in ot_index_box()
850 minloops = thisloops; in ot_index_box()
H A Dpovmsend.cpp103 extern long minloops; // GLOBAL VARIABLE
785 err = POVMSUtil_SetLong(msg, kPOVAttrib_ot_minloops, minloops); in BuildRenderStatistics()
/dports/graphics/povray36/povray-3.6.1/source/
H A Doctree.cpp117 long minloops = 1000; // GLOBAL VARIABLE variable
845 if (thisloops < minloops) in ot_index_box()
846 minloops = thisloops; in ot_index_box()
/dports/graphics/blender/blender-2.91.0/source/blender/makesdna/
H A DDNA_object_force_types.h292 short minloops; member
/dports/graphics/povray38/povunix-v3.8.0-beta.2-src/source/core/support/
H A Doctree.cpp939 if (thisloops < minloops) in ot_index_box()
940 minloops = thisloops; in ot_index_box()
/dports/graphics/povray37/povray-3.7.0.10/source/backend/support/
H A Doctree.cpp935 if (thisloops < minloops) in ot_index_box()
936 minloops = thisloops; in ot_index_box()
/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/intern/
H A Dsoftbody.c3153 sb->minloops = 10; in sbNew()
3410 if (sb->minloops > 0) { in softbody_step()
3411 forcetimemax = dtime / sb->minloops; in softbody_step()